@media screen and (min-width: 769px) {
    html, body {
        height: 100%; overflow: hidden;
    }
}

@media screen and (max-width: 768px) {
    body{
        width: 100% !important;
    }
}