body iframe.media-oembed-content {
  min-height: 420px;
  height: 100%;
}
@media (max-width: 767px) {
  body iframe.media-oembed-content {
    height: auto;
    min-height: auto;
  }
}