

.aspect-ratio-wrapper {
    max-height: 80vh;
    aspect-ratio: 16 / 9;
    max-width: 100vw;
    margin: auto;
}

@media (max-width: 800px) {
    .aspect-ratio-wrapper {
        max-height: 100vh;
    }
}

iframe {
    width: 100%;
    height: 100%;
}
