
.video-fix {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  clear: both;
  overflow: hidden;
}

.video-fix .embed {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-fix .embed iframe,
.video-fix .embed object,
.video-fix .embed video,
.video-fix .embed div:nth-child(2),
.video-fix .embed .OoyalaHtml5VideoPlayer {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}