/* Community Level Styles */

:root {
    --hpt-bg-img-opacity: 0.25;
    --parallax-two-bg-pattern-opacity: 0.4;
    --hp-fp-repeatable-pattern-opacity: 0.1;
}

.homepage-featured-floorplans-section .fp-repeatable-bg,
.pet-section .pets-repeatable-pattern,
.hpt-repeatable-bg-img, .amenities-section-container .bg-pattern-wrapper .pattern {
    background-size: 100px;
}

.hpt-section-two .top .repeatable-bg {
    background-size: 2400px
}

// .intro-text-section .amenities-bg-accent-img,
// .amenity-section-1 .amenities-bg-accent-img {
//     background-size: 100px;
// }

.amenities-section-container.amenity-section-1 
.bg-pattern-wrapper.odd.amenity-reveal.reveal 
.image-wrapper.pattern {
      filter: opacity(0.2);  
}

.amenities-section-container.amenity-section-2 
.bg-pattern-wrapper.even.amenity-reveal.reveal 
.image-wrapper.pattern {
      filter: opacity(0.4);  
}

@media only screen and (max-width: 375px) {
    .play-pause-btn {
        left: 15em;
        bottom: 10em;
    }
}