@media (max-width:667px) {
    html body .bvi-panel {
        max-height: 30vh;
        min-height: 30vh;
        height: 30vh;
        overflow-y: scroll;
    }
    html:has(.bvi-panel) .body.screen {
        padding-top: 30vh;
    }
    html:has(.bvi-panel) .small-title {
        line-height: 100% !important;
        padding-left: 6px;
    }
}