/* CRC Custom CSS for Alert box display on mobile */

@media (max-width: 992px) {
    header.global-header .alert,
    header.global-header .alerts {
        display: block !important;
    }
}

