/* Community Level Styles */
:root {
    --logo-landscape-max-width: 345px;
}

/* Ducks banner */
@media only screen and (max-width: 767px) {
    #emergency-services div {
        max-width: 200px !important;
    }
}