/** this is enqueued in admin and frontend. */
/** this is both in base.css and tinymce.css */
.maatos-bunny-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 1rem;
}
.maatos-bunny-video > iframe,
.maatos-bunny-video > .mce-preview-object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
