/* Video player
-------------------------------------------------------------- */
.sc_video_player {
  background-repeat:no-repeat;
  background-size: 100% auto;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.sc_video {
  width: 100%;
  height: auto;
  display: block;
}
.sc_video_frame {
  position: relative;
  overflow: hidden;
}
.sc_video_frame img {
  width: 100%;
  height: auto;
}
.mejs-container {
  max-width: 100%;
}
