@charset "UTF-8";

#lv {
    height: 80vh!important;
}
#lv div {
    opacity: 1;
}
@media screen and (max-width: 800px) {
#lv {
    height: 45vh !important;
}
}