@media only screen and (min-width: 59.6875em) {
    /* tablets and desktop */
    .hide-from-cel{display:none;}
}
@media only screen and (max-width: 59.6875em) {
    .hide-from-desktop{display:none;}
    }

