/* Mobile Desktop Mode Banner */
@media screen and (max-width: 768px) {
    .mobile-desktop-banner {
        display: block !important;
    }
}

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