/* styles for the video thumbnails */
.video-thumbnail {
  margin: 10px;
  padding: 0;
  width: 160px;
  height: 90px;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .video-thumbnail {
    width: 100px;
    height: 56px;
  }
}

/* Override some of the default overlay styling */
div.vjs-overlay.vjs-overlay-top-left {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

div.vjs-overlay.vjs-overlay-top-left .video-list {
  height: 100%;
}

.brightcove-player.sizing-responsive > div {
  max-width: 100%;
}

.vjs-overlay .video-list > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .vjs-overlay .video-list > div {
    overflow-y: scroll;
  }
}

.vjs-overlay .video-list a {
  display: block;
}
