@font-face {
  font-family: 'icomoon';
  src:    url('font/icomoon.eot?8s00os');
  src:    url('font/icomoon.eot?8s00os#iefix') format('embedded-opentype'),
      url('font/icomoon.ttf?8s00os') format('truetype'),
      url('font/icomoon.woff?8s00os') format('woff'),
      url('font/icomoon.svg?8s00os#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.vjs-playlist-btn {
  font-family: "icomoon";
  cursor: pointer;
}

.vjs-playlist-next-btn:before {
  content: "\e900";
}

.vjs-playlist-previous-btn:before {
  content: "\e901";
}

.video-js .vjs-fullscreen-control, .video-js .vjs-control {
  width: 3.0em;
}

.video-js .vjs-menu-button-inline:before {
  width: 1.5em;
}

.vjs-control.disabled {
  opacity: 0.7;
  cursor: default;
}

.video-js {
  width: 100% !important;
  height: auto !important;
  position: absolute;
}

.player-rp.vjs-fullscreen {
  top: 0px;
}