/* Community Level Styles */


.amenities-section-container .bg-pattern-wrapper .pattern {
    background-size: 111px;
}

.amenity-section-1 .odd > .image-wrapper.pattern {
    filter: brightness(0.1) opacity(.15);
}

/* Contact Page Header Image */
@media (min-width: 768px) {
    .contact-us .hero-image picture img {
        object-position: 0 -275px;
    }
}

@media (min-width: 1024px) {
    .contact-us .hero-image picture img {
        object-position: 0 -95px;
    }
}

@media (min-width: 1440px) {
    .contact-us .hero-image picture img {
        object-position: center;
    }
}


@media (min-width: 1440px) {
    .contact-us .hero-image picture img {
        object-position: center;
    }
}

/* FP Page Header Image */
// @media (min-width: 1440px) {
//     #body_floorplans .hero-image picture img {
//         object-position: 0 -50px;
//     }
// }