.ozplayer-container {
  margin: 0;
  display: none;
  height: auto;
  height: 100%
}
.ozplayer-transcript {
  width: auto;
}
.ozplayer-expander {
  width: auto;
}
.ozplayer .oz-captions p + p * {
  color: inherit !important;
}
.oz-player-custom-labels {
  display: none;
}
.oz-controls {
  width: 100% !important;
}
/* Hides logo on OzPlayer */
.ozplayer > a {
  display: none !important;
}


/* Chrome 29+ Preview poster and video fix for full-screen*/
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
  .ozplayer-container :fullscreen video {
    width: 100% !important;
  }

  :fullscreen .oz-poster {
    background-position: center !important;
    background-size: auto !important;
  }
  :fullscreen .oz-seek {
    width: 100% !important;
  }
}

.ozplayer video {
  display: block !important;
}
