
@charset "UTF-8";

@media screen and (max-width: 900px) {
    #mv {
        height: auto;
        aspect-ratio: 3 / 2;
        max-height: 100vh;
    }
}
@media screen and (max-width: 100vh) {
    #mv {
        height: auto;
        aspect-ratio: 3 / 2;
        max-height: 100vh;
    }
}