.iframe {
  position: relative;
  display: block;
  width: 100%;
}

.iframe:is([class*="is-aspect-"], .is-cover) > iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
