.meta-media {
  position: relative;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.meta-media iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}