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

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