@charset "utf-8";
/* CSS Document */
/*
.base-picture.is-banner {
    margin-bottom: 15% !important;
}
*/
.movie {
width: 90%;
aspect-ratio: 16/9;
margin: 0 auto;
}

.movie iframe {
width: 100%;
height: 100%;
}
