.iframe-container {
  width: 100%;
  margin: 0 auto;    /* Optional: centers the container */
}

.iframe-container iframe {
  width: 100%;
  min-height: 100vh;
  aspect-ratio: 16 / 9; /* Automatically sets the height based on the width */
  border: 0;
}
