/**
 * videojs-hls-quality-selector
 * @version 1.1.1
 * @copyright 2020 Chris Boustead (chris@forgemotion.com)
 * @license MIT
 */
.video-js.vjs-hls-quality-selector{display:block}

.vjs-theme-epoch video {
  outline: none;
}

.vjs-theme-epoch button {
  outline: none;
}

.vjs-theme-epoch .vjs-big-play-button {
  width: 79px;
  height: 79px;
  background-color: rgba(255, 255, 255, 0.25);
  border: none;
  margin: 0 auto;
  line-height: 79px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
  font-size: 70px;
  border: 1px solid #fff;
}

.vjs-theme-epoch:hover .vjs-big-play-button,
.vjs-theme-epoch.vjs-big-play-button:focus {
  background-color: #4388ef;
  color: #fff;
}

.vjs-theme-epoch .vjs-control-bar {
  height: 54px;
}

.vjs-theme-epoch .vjs-button > .vjs-icon-placeholder::before {
  line-height: 54px;
}

.vjs-theme-epoch .vjs-time-control {
  line-height: 54px;
}

.vjs-theme-epoch .vjs-play-control {
  font-size: 1.5em;
  position: relative;
}

.vjs-theme-epoch .vjs-volume-panel {
  order: 4;
}

.vjs-theme-epoch .vjs-volume-bar {
  margin-top: 2.5em;
}

.vjs-theme-epoch .vjs-progress-control .vjs-progress-holder {
  font-size: 1.5em;
}

.vjs-theme-epoch .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.5em;
}

.vjs-theme-epoch .vjs-play-control .vjs-icon-placeholder::before {
  height: 1.3em;
  width: 1.3em;
  margin-top: 0.2em;
  border-radius: 1em;
  border: 3px solid #fff;
  top: 2px;
  left: 9px;
  line-height: 1.1;
}

.vjs-theme-epoch .vjs-play-control:hover .vjs-icon-placeholder::before {
  border: 3px solid #fff;
}

.vjs-theme-epoch .vjs-play-progress {
  background-color: #4388ef;
}

.vjs-theme-epoch .vjs-play-progress::before {
  display: none;
}

.vjs-theme-epoch .vjs-progress-control {
  font-size: 14px;
}

.vjs-theme-epoch .vjs-fullscreen-control {
  order: 6;
}

.vjs-theme-epoch .vjs-menu-button-popup .vjs-menu {
  margin-bottom: 25px;
}

.vjs-theme-epoch .vjs-live-control {
  line-height: 54px;
}

.vjs-theme-epoch .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 12px;
  line-height: 54px;
}

.vjs-theme-epoch .vjs-playback-rate .vjs-menu {
  display: none !important;
}
