@media (min-width: 900px) {
    body {
        
    }

    .hidden-md, .hidden-lg {
        display: none;
    }
}