/* CVB Responsive Mobile - Front-end */

@media screen and (max-width: 782px) {
    [class*="cvb-"] {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}
