
@charset "UTF-8";

#lv {
    height: 45vh;
}
#lv p {
    display: none;
}
#lv div {
    opacity: 1;
}
#lv {
    aspect-ratio: 32/9;
    height: calc(9/32*100%);
}
@media screen and (max-width: 900px) {
#lv {
    aspect-ratio: 897/665;
    height: calc(665/897*100%);
}
}