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