@charset "UTF-8";

.video-container {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}