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

/* Ducks banner */
#emergency-services > a > div {
    max-width: var(--logo-landscape-max-width) !important;
}

@media only screen and (max-width: 767px) {
    #emergency-services > a > div {
        max-width: 200px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1920px) {
    [data-trim=pacific] #residents_app_container #presentational_headline_1 {
        background-image: url(../img/residents-header-img-1024.jpg);
    }
}
