.media--type-remote-video {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.media--type-remote-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}