/* Desktop / Notebooks / Tablets */
@media screen and (min-width: 1001px)  {
    .mobile-only {
        display: none !important;
    }
}

/* Mobile */
@media screen and (max-width: 1000px)  {
    .mobile-off {
        display: none !important;
    }
}