@charset "utf-8";
/* CSS Document */

.movie {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 5% auto;
}
.movie iframe {
    width: 100%;
    height: 100%;
}