.video-embed__frame {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    background: #000;
    border-radius: 8px;
}

.video-embed__frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-embed__frame--landscape {
    aspect-ratio: 16 / 9;
}

.video-embed__frame--portrait {
    width: min(100%, 420px);
    height: min(75vh, 740px);
    min-height: 520px;
}

.video-embed__instagram {
    width: min(100%, 540px);
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    container-type: inline-size;
}

.video-embed--instagram {
    overflow: hidden;
}

.video-embed__instagram .instagram-media {
    min-width: 0 !important;
    max-width: 100cqw !important;
    width: 100cqw !important;
    margin: 0 auto !important;
}

.video-embed__fallback {
    display: inline-block;
    margin-top: 12px;
}

@media (max-width: 575.98px) {
    .video-embed__frame--portrait {
        height: min(72vh, 680px);
        min-height: 480px;
    }

}
