.tp-caption-text{
    position: absolute;
    display: block;
    top: 38%;
    transform: translateY(-50%);
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    width: 100%;
    color: #fff;
    font-family: "MacklinSansMedium";
    opacity: 1;
    text-align: center;
    padding: 0px 21px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6), 0px 0px 8px rgba(0, 0, 0, 0.6);
    transition: allease-in 300ms;
    text-transform: uppercase;
    }
.landing-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(100vh - 76px);
    margin-top: 76px;
    transition: all ease-out 600ms;
    }
.landing-image.expand{
    height: calc(100vh - 76px);
    margin-top: 76px;
    }
.landing-image .landing-text{
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    width: 100%;
    color: #fff;
    font-family: "MacklinSansMedium";
    opacity: 0;
    text-align: center;
    padding: 0px 21px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6), 0px 0px 8px rgba(0, 0, 0, 0.6);
    transition: all ease-in 300ms;
    }
.landing-image .landing-text.on{
    opacity: 1;
    }
.landing-image .landing-text .green-text{
    color: rgb(191, 188, 7);
    }
.landing-image .landing-text .green-text.padded{
    display: block;
    padding-bottom: 24px;
    }
.landing-image .landing-text .transit-dash{
    display:block;
    }
.landing-image .landing-text .thin-pipe{
    font-family: "MacklinSansExtraLight";
    font-size: 42px;
    position: relative;
    display: none;
    top: 5px;
    }
.green-box{
    background-color: rgba(191, 188, 7, 0.7);
    padding: 12px 12px 10px 18px;
    }
/* ---------- /ABOVE THE FOLD ---------- */
#marker-1{
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    top: 95vh;
    }
.full-width-container{
    position: relative;
    width: 100%;
    }
.hot-spot-row-left {
    justify-content: flex-end;
    }
.col-pad-btm{
    padding-bottom: 24px;
    }
.col-margin-btm{
    margin-bottom: 24px;
    }
.image-border{
    border: 32px solid #000;
    }
.image-collage-container{
    position: relative;
    width: 100%;
    margin: 0px auto;
    height: auto;
    padding-top: 55px;
    }
.image-collage-text{
    display: block;
    position: relative;
    text-align: left;
    left: -2px;
    top: 0px;
    font-size: 36px;
    line-height: 1em;
    padding: 0px 0px 9px 12px;
    /*font-family: "MacklinSansMedium";*/
    color:#92d0eb;
    text-transform: uppercase;
    font-family: "MacklinDisplayRegular";
    }
.image-collage-text.small{
    display: block;    
    }
.image-collage-text.large{
    display: none;    
    }
.bottom-align {
    display: flex;
    align-items: flex-end;
    }
.photo{
    position: relative;
    cursor: pointer;
    }
.picture-container {
    position: relative;
    }
.plus{
    position: absolute;
    display: block;
    font-size: 36px;
    bottom: 9px;
    right: 9px;
    z-index: 999999;
    color: #fff;
    }
.click-text{
    position: absolute;
    display: none;
    font-size: 14px;
    color: #222;
    font-family: "MacklinSansRegular";
    top: -1px;
    right: -39px;
    width: 44px;
    line-height: 1em;
    }
.amenity-floorplate-label{
    position: absolute;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    right: 12px;
    }
.amenity-floorplate-label.label-1{
    top:calc(69% - 12px);
    }
.amenity-floorplate-label.label-2{
    top:calc(32.5% - 12px);
    }


.mls-link-container {
    width: 50%;
    aspect-ratio: 1 / 1;
    }
.mls-link-container.small {
    display: block;
    }
.mls-link {
    position: relative;
    display: block;
    background-color: rgba(0, 0, 0, 1);
    color: rgb(238, 236, 231, 1);
    text-transform: uppercase;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0.03em;
    font-family: "MacklinSansExtraLight";
    padding: 12px 12px 12px 12px;
    height: calc(100% - 24px);
    }
.amenityImage{
    margin-top: 48px;
    padding-bottom: 55px;
	}
.amenityImage .text{
	position:absolute;
	font-size: 24px;
	line-height: 24px;
	padding-top:3%;
    color:#92d0eb;
    font-family: "MacklinDisplayRegular";
    text-transform: uppercase;
	}
.lady-image {
    position: fixed;
    height: 100vh;
    right: -12vw;
    top: 0px;
    display: none;
    z-index: -1;
    overflow: hidden;
    }
@media only screen and (min-width:768px){
.landing-image{
    height: calc(100vh - 220px);
    margin-top: 220px;
    }
.landing-image .landing-text{
    letter-spacing: 0.26em;
    }
.landing-image .landing-text .green-text.padded{
    display: inline-block;
    padding-bottom: 0px;
    }
.landing-image .landing-text .transit-dash{
    display:inline-block;
    }
.image-collage-container{
    padding-top: 120px;
    }
.image-collage-text {
    position: relative;
    text-align: left;
    padding: 0px 0px 9px 11px;
    left: -14px;
    }
.image-collage-text.small{
    display: none;    
    }
.image-collage-text.large{
    display: block;    
    }
.col-sm-adj-7{
    width: 85.7%;
    }
.ScoreImageCont{
	display: inline-block;
	}
}
@media only screen and (min-width:992px){
.down-arrow-container {
    display: block;
    }
.amenity-floorplate-label.label-1{
    top:calc(71% - 12px);
    }
.amenity-floorplate-label.label-2{
    top:calc(34.5% - 12px);
    }
.tp-caption-text{
    letter-spacing: 0.26em;
    }
.amenityImage .text{
	font-size: 42px;
	line-height: 42px;
	}
}
@media only screen and (min-width:1100px){
.landing-image .landing-text .thin-pipe{
    display: inline-block;
    }
}
@media only screen and (min-width:1200px){
.click-text{
    display: block;
    }
}
@media only screen and (min-width:1400px){
.lady-image {
    right: -100px;
    display: block;
    }
}
@media only screen and (max-width:1100px) and (orientation : portrait){
.landing-image-1{
    background-image: url(../../images/photos/garden-district-photo-19-mobile-lg.webp);
    background-position:left center;
    }
}
@media only screen and (max-width:576px) and (orientation : portrait){
.landing-image {
    height: 89vh;
    margin-top: 0px;
    }
}