@media screen and (max-width: 800px), screen and (max-height: 800px), screen and (max-aspect-ratio: 4/3) {
    .hidden-mobile {
        visibility: hidden;
        display: none;
    }
}