.vh-container {
    width:100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
@media (max-width:768px) {
    .vh-container {
        display:none;
    }
    body {
        padding-left:0 !important;
    }
}

