@media only screen and (max-width:768px) {
    .no-mobile {
    display:none
    }
}

@media (min-width:769px) {
    .no-desktop {
    display: none !important;
    }
}