@media only screen and (max-width: 991px){
.mobile {
    visibility: hidden;
    display: none;
}
}