
@supports not (aspect-ratio: 16/9) {
  .wysiwyg iframe,
  .mce-content-body iframe {
    height: calc((100vw - var(--gutter-left) - var(--gutter-right)) * 0.5625);
    max-height: 45rem;
  }
}