/* #Desktop
================================================== */

@media only screen and (min-width: 960px) {
    .mobile-visible {display: none !important;}
}

/* #mobile
================================================== */

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