@charset "UTF-8";

.movie {
    margin: 0 auto;
}

.movie iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}