@charset "utf-8";

.caution-movie {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .caution-movie {
        max-width: 630px;
    }
}

.caution-movie__frame {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.caution-movie__figure {
    text-align: center;
}