@media only screen and (max-width: 1500px) {
  .container:not(.contextual-region .container) {
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .container:not(.contextual-region .container) {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.videos-area .video-box-area .videos .video .video-iframe {
  width: 100%;
  height: 100%;
}
.videos-area .videos-menu {
  display: none;
}
.videos-area .videos-menu::-webkit-scrollbar-track, .videos-area .videos-menu::-webkit-scrollbar {
  width: 8px;
  background-color: #e2e4e9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.videos-area .videos-menu::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: #009fc3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.videos-area .videos-menu .menuEl {
  cursor: pointer;
  margin-bottom: 12px;
}
.videos-area .videos-menu .menuEl .image img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 125px;
  height: 70px;
  height: auto;
  object-fit: cover;
}
.videos-area .videos-menu .menuEl .infoArea {
  margin-left: 10px;
  color: #48555d;
}
.videos-area .videos-menu .menuEl .infoArea .title {
  width: calc(100% - 40px);
}
.videos-area .videos-menu .menuEl .infoArea .date {
  opacity: 0.7;
}
.videos-area .videos-menu .menuEl .infoArea .title, .videos-area .videos-menu .menuEl .infoArea .date {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.videos-area .videos-menu .menuEl:hover .title {
  color: #0090cc;
}
.videos-area .videos-menu .menuEl:hover .date {
  opacity: 1;
}

/*# sourceMappingURL=bitv.css.map */
