.vjs-playlist .vjs-playlist-thumbnail-placeholder {
    background: rgb(241 245 249) !important;
}
  
.vjs-playlist {
  padding: 0 0 4px 0 !important;
  background: #fff !important;
  color: #fff !important;
  list-style-type: none !important;
}

.vjs-playlist-item > picture {
  display: flex !important;
}

.video-js .vjs-big-play-button {
  margin: 0 auto !important;
  top: 40% !important;
  left: 40% !important;
  bottom: 40% !important;
  right: 40% !important;
}

@media (min-width: 768px) {
  .video-js .vjs-big-play-button {
    margin: 0 auto !important;
    top: 45% !important;
    left: 45% !important;
    bottom: 45% !important;
    right: 45% !important;
  }
}

@media (min-width: 2560px) {
  .video-js .vjs-big-play-button {
    font-size: 6em !important;
    margin: 0 auto !important;
    top: 40% !important;
    left: 40% !important;
    bottom: 40% !important;
    right: 40% !important;
  }
}

.vjs-playlist {
  max-height: 100%;
  flex: 1;
}

.vjs-playlist-item-list {
  height: 100%;
}