@media only screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none !important;
    }
}