/* Site Adjustments */
:root {
    --hero-bg-linear-gradient: linear-gradient(180deg,#00000072 0%,#fff0 70%);
    --hero-subheader-text-transform: uppercase;
    --hpt-subheader-text-transform: uppercase;
    --hp-subheader-text-transform: uppercase;
    --hp-header-line-height: 1.25;
    --hp-cinemagraph-border-radius: 0;
}
/* Amenities */
#presentational_headline_1 .over-image-header, 
#presentational_headline_2 .over-image-header {
    line-height: 1.25;
}
/* hp slideshow */
.homepage-hero.hero-intro .hero-bg {
    min-height: unset;
    height: 55vw;
}

.hero-intro .hero-overlay-info {
    backdrop-filter: blur(0) !important;
}

@media only screen and (max-width: 767px) {
    #homepage_cinemagraph {
        display: none !important;
    }
    
    .hp-cinemagraph-section .hp-cinemagraph-inner-wrapper {
        width: 100%;
    }
    
    .homepage-hero.hero-intro .hero-overlay-info .overlay-text {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .hp-cinemagraph-img-fallback {
        display: none !important;
    }
    
    .hp-cinemagraph-section {
        padding-bottom: unset;
    }
    
    .hp-cinemagraph-section .hp-cinemagraph-inner-wrapper {
        max-width: unset;
        width: 100%;
        height: auto;
    }
}

#community_heading {
    display: none;
}