.iframe-container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
}

.iframe-container.hidden {
    display: none !important;
    height: 0 !important;
}