.news-video-embed {
    max-width: 100%;
}

.news-video-embed iframe {
    max-width: 100%;
}

.news-video-embed:has(iframe[src*="instagram.com"]),
.news-video-embed:has(iframe[src*="cdninstagram.com"]) {
    width: 100% !important;
    max-width: 430px !important;
    aspect-ratio: 9 / 16 !important;
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 0 !important;
    margin: 18px auto !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background: #000 !important;
}

.news-video-embed:has(iframe[src*="instagram.com/p/"]) {
    max-width: 540px !important;
    aspect-ratio: 4 / 5 !important;
}

.news-video-embed:has(iframe[src*="instagram.com/reel/"]),
.news-video-embed:has(iframe[src*="instagram.com/reels/"]),
.news-video-embed:has(iframe[src*="instagram.com/tv/"]) {
    max-width: 430px !important;
    aspect-ratio: 9 / 16 !important;
}

@media (max-width: 640px) {
    .news-video-embed:has(iframe[src*="instagram.com"]),
    .news-video-embed:has(iframe[src*="cdninstagram.com"]) {
        max-width: min(100%, 390px) !important;
        margin: 14px auto !important;
    }
}
