@media screen
and (max-width : 991px) {
    .mobile_view_mobile_website {
        display: block !important;
    }
}