html, body {
    overflow:visible;
}

@media(max-width: 991px) {
    html,body{
        overflow-x: hidden;
    }
}
