.property-landing-map-content {
    position: relative;
}

.property-landing-map-content>div[data-content-type="text"]:first-child {
    position: absolute;
    top: 30px;
    bottom: 35px;
    left: 30px;
    width: 370px;
    padding: 35px 25px 20px;
    color: #fff;
    background: #1e1e1e;
    box-shadow: 0 0 0 1px #69582c, 0 0 0 10px #1e1e1e;
    text-align: center;
    margin: 10px;
    z-index: 1;
}

.property-landing-map-content .widget.block.block-static-block div[data-content-type="text"]:nth-child(1),
.property-landing-map-content .widget.block.block-static-block div[data-content-type="text"]:nth-child(2),
.property-landing-map-content a.trumporg-primary-button {
    font-family: garamond-premier-pro, serif;
}

.property-landing-map-content [data-content-type="button-item"] .trumporg-primary-button {
    color: #191919 !important;
    background: #af936c;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 0.7rem;
}

.property-landing-map-content a.trumporg-primary-button:hover {
    text-decoration: none;
    background-color: #937750;
}

.property-landing-map-content figure {
    height: 400px;
}

#html-body .property-landing-map-content figure .pagebuilder-mobile-hidden {
    height: 100%;
    object-fit: cover;
}

.property-landing-page-sub-category-page-banner.video-wrapper {
    min-height: 800px;
}

.property-landing-page-sub-category-page-banner:after,
.property-landing-page-sub-category-page-banner.video-wrapper:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 61.4%;
    background: linear-gradient(to bottom, rgba(19, 19, 19, 0) 0%, rgba(8, 8, 8, 0.55) 40%);
}

.property-landing-page-sub-category-page-banner:after {
    bottom: 0;
}

.property-landing-page-sub-category-page-banner.video-wrapper div[data-content-type="text"]:nth-child(2) {
    font-family: garamond-premier-pro, serif;
}

.property-landing-page-sub-category-page-banner.video-wrapper div[data-content-type="text"]:nth-child(2):after {
    content: "";
    width: 80px;
    height: 3px;
    display: block;
    background: #fff;
    margin: 20px auto 0 auto;
}

.property-landing-page-sub-category-page-banner.video-wrapper div[data-content-type="text"]:nth-child(2),
.property-landing-page-sub-category-page-banner.video-wrapper div[data-content-type="text"]:nth-child(3) {
    z-index: 1;
    position: absolute;
    right: 50%;
    transform: translate(50%);


}

.property-landing-page-sub-category-page-banner.video-wrapper div[data-content-type="text"]:nth-child(2) {
    bottom: 25%;
    font-weight: 600;
}

.property-landing-page-sub-category-page-banner.video-wrapper div[data-content-type="text"]:nth-child(3) {
    bottom: 17%;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .property-landing-map-content>div[data-content-type="text"]:first-child {
        position: unset;
        width: 95%;
    }

    /* .category-central-park .trump-logo svg,
    .categorypath-properties-chicago.category-chicago .trump-logo svg {
        max-width: 9.375rem;
    } */

    .property-landing-page-sub-category-page-banner.video-wrapper div[data-content-type="text"]:nth-child(2) {
        bottom: 10%;
    }

    .property-landing-page-sub-category-page-banner.video-wrapper div[data-content-type="text"]:nth-child(3) {
        display: none;
    }

    .property-landing-page-sub-category-page-banner.video-wrapper div[data-content-type="text"]:nth-child(2):after {
        background: none;
    }

    .property-landing-page-sub-category-page-banner.video-wrapper {
        min-height: 300px !important;
    }

    .property-landing-page-sub-category-page-banner.video-wrapper div[data-content-type="text"]:nth-child(2) span {
        font-size: 24px !important;
    }

    .property-landing-page-sub-category-page-banner.video-wrapper:after {
        bottom: 0;
    }
    @media only screen and (max-width: 576px) {
        .property-landing-map-content figure {
            height: auto;
        }
    }
}