@media all and (-ms-high-contrast: none) {
  .vjs-play-control {
    text-indent: -9999px; }
  .vjs-play-control.vjs-playing {
    background: url(../img/vjsicons/pause.png) no-repeat center; }
  .vjs-play-control.vjs-paused {
    background: url(../img/vjsicons/play.png) no-repeat center; }

  .vjs-volume-menu-button {
    text-indent: -9999px; }

  .vjs-vol-3 {
    background: url(../img/vjsicons/volume-full.png) no-repeat 10px center; }

  .vjs-vol-2, .vjs-vol-1 {
    background: url(../img/vjsicons/volume-half.png) no-repeat 10px center; }

  .vjs-vol-0 {
    background: url(../img/vjsicons/volume-off.png) no-repeat 10px center; }

  .vjs-subtitles-button {
    text-indent: -9999px;
    background: url(../img/vjsicons/captions.png) no-repeat center; }
  .vjs-subtitles-button .vjs-menu-item {
    text-indent: 0; }

  .vjs-fullscreen-control {
    text-indent: -9999px;
    background: url(../img/vjsicons/fullscreen.png) no-repeat center !important; } }
.vjs-menu li {
  color: white; }
