@charset "UTF-8";

.iframe-container {
    width: 100%;
    aspect-ratio: 16 / 9;   /* adjust if needed */
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}