.acf-language-video-container {
    max-width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .acf-language-video-container {
        min-width: 700px;
    }
}

.acf-language-video-container iframe {
    width: 100% !important;
    height: 400px !important;
}

@media (max-width: 767px) {
    .acf-language-video-container iframe {
        height: auto !important;
        aspect-ratio: 16/9;
    }
}
