.media--type-remote-video .field__item {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}
iframe.media-oembed-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/** Dislay items within CKEditor 5's downcasted preview responsively. **/
.ck .drupal-media .media--type-remote-video .field__item {
  width: 45vw;
}
