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

.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 {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100px !important;
  height: 100px !important;
  border-radius: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .vjs-big-play-button:before {
    font-size: 60px !important;
    display: block;
    width: 100% !important;
    line-height: 0.5 !important;
    text-indent: 10px;
    opacity: 1 !important; }
  .vjs-big-play-button:hover, .vjs-big-play-button:focus {
    background: black;
    box-shadow: none !important; }

.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; }
  @media (max-width: 480px) {
    .video-player [data-video-title]:not(.vjs-has-started):not([autoplay]):before {
      bottom: 0; } }
  @media (max-width: 400px) {
    .video-player [data-video-title]:not(.vjs-has-started):not([autoplay]):before {
      display: none; } }