.video-player {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0;
  overflow: hidden;
  background: black; }

.video-player iframe,
.video-player .BrightcoveExperience,
.video-player [id^=videojs_player] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.vjs-ad-playing:before {
  content: "Sponsor Message";
  background: rgba(0, 0, 0, 0.75);
  z-index: 100;
  position: absolute;
  font-size: 20px;
  top: 10px;
  left: 10px;
  padding: 10px;
  color: white; }

.vjs-big-play-button {
  display: none; }

.video-player .vjs-poster {
  background-size: cover !important; }

.video-player [data-video-title]:not(.vjs-has-started):not([autoplay]):before {
  content: attr(data-video-title);
  position: absolute;
  bottom: 32px;
  left: 0;
  z-index: 100;
  font-size: 1.5em;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 10px; }