@media screen and (min-width: 960px) {
    .hidden-on-desktop {
        display: none !important;
    }
}