/* Enter Your Custom CSS Here */
@media only screen and (max-width: 800px) {
    .hideonmobile {
        display:none !important;
    }
}