.content-full-screen {
    position: fixed;
    display: block;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    padding: 0px;
    transition: all ease-in-out 300ms;
    }
.content-full-screen.off {
    opacity: 0;
    }
.single-item .slick-list {
    opacity: 1;
    display: block;
    }
.slick-dots {
    bottom: 16px;
    display: none !important;
    position: absolute;
    margin: 0px auto;
    padding: 0px;
    right: 0px;
    left: 0px;
    width: 364px;
    white-space: nowrap;
    }
.slick-dots li {
    display: inline-block;
    position: relative;
    height: 14px;
    width: 14px;
    content: '';
    margin: 0px 12px;
    cursor: pointer;
    }
.slick-dots li:nth-child(4) {
    margin-right: 42px;
    }
.slick-dots li:nth-child(5) {
    margin-left: 42px;
    }
.slick-dots li button {
    display: block;
    position: relative;
    height: 14px;
    width: 14px;
    color: rgba(241, 238, 233, 0);
    border: 1px solid rgb(241, 238, 233);
    border-radius: 50%;
    font-size: 2px;
    transition: all ease-in-out 300ms;
    background-color: transparent;
    cursor: pointer;
    }
.slick-dots li.slick-active button{
    background-color: #fff;
    }
.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;
    text-transform: uppercase;
    }
.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;
    }
.webp .landing-image-1{
    background-image: url(../../images/photos/garden-district-photo-57-xs.webp);
    background-position:center center;
    }
.webp .landing-image-2{
    background-image: url(../../images/photos/garden-district-photo-49-xs.webp);
    background-position:center center;
    }
.webp .landing-image-3{
    background-image: url(../../images/photos/garden-district-photo-64-xs.webp);
    background-position:center center;
    }
.webp .landing-image-4{
    background-image: url(../../images/photos/garden-district-photo-53-xs.webp);
    background-position:center bottom;
    }
.webp .landing-image-5{
    background-image: url(../../images/photos/garden-district-photo-63-xs.webp);
    background-position:center center;
    }
.webp .landing-image-6{
    background-image: url(../../images/photos/garden-district-photo-62-xs.webp);
    background-position:center center;
    }
.webp .landing-image-7{
    background-image: url(../../images/photos/garden-district-photo-58-xs.webp);
    background-position:center center;
    }
.webp .landing-image-8{
    background-image: url(../../images/photos/garden-district-photo-55-xs.webp);
    background-position:center center;
    }
@keyframes bounce{
    0%{
        transform: translateY(0px);
    }
    10%{
        transform: translateY(0px);
    }
    15%{
        transform: translateY(-12px);
    }
    25%{
        transform: translateY(0px);
    }
    35%{
        transform: translateY(0px);
    }
    40%{
        transform: translateY(-12px);
    }
    50%{
        transform: translateY(0px);
    }
    60%{
        transform: translateY(0px);
    }
    65%{
        transform: translateY(-12px);
    }
    75%{
        transform: translateY(0px);
    }
    85%{
        transform: translateY(0px);
    }
    90%{
        transform: translateY(-12px);
    }
    100%{
        transform: translateY(0px);
    }
}
.down-arrow-container {
    position: absolute;
    display: none;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    bottom: 55px;
    width: 26px;
    }
.down-arrow {
    position: relative;
    display: block;
    margin: 0px auto;
    width: 26px;
    cursor: pointer;
    transition: all ease-in-out 300ms;
    animation-name: bounce;
    animation-duration: 9s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    }
.down-arrow:hover{
    margin-bottom: 6px;
    animation-name: none;
    transition: all ease-in-out 300ms;
    }
/* ---------- /ABOVE THE FOLD ---------- */
#marker-1{
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    top: 95vh;
    }
.full-width-container{
    position: relative;
    width: 100%;
    background-color:rgb(238, 236, 231);
    }
.content.full-screen-drop{
    margin-top: 100vh;
    }
.image-collage-container{
    position: relative;
    width: 100%;
    margin: 0px auto;
    height: auto;
    padding-top: 55px;
    }
.bottom-align {
    display: flex;
    align-items: flex-end;
    }
.photo{
    position: relative;
    cursor: pointer;
    }
.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";
    }
.image-collage-text.small{
    display: block;    
    }
.image-collage-text.large{
    display: none;    
    }
.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;
    }

.private-viewing-link-container{
    width: 50%;
    aspect-ratio: 1/1;
    }
.private-viewing-link{
    position: relative;
    display: block;
    background-color: rgba(191, 188, 7, 1);
    color: rgb(0, 0, 0, 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);
    }
.mls-link-container{
    width: 50%;
    aspect-ratio: 1/1;
    }
.mls-link-container.small{
    display: block;
    }
.mls-link-container.large{
    display: none;
    }
.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);
    }
.small-screen-return{
    display: block;
    }
@media only screen and (min-width:576px){
.webp .landing-image-1{
    background-image: url(../../images/photos/garden-district-photo-57-sml.webp);
    }
.webp .landing-image-2{
    background-image: url(../../images/photos/garden-district-photo-49-sml.webp);
    }
.webp .landing-image-3{
    background-image: url(../../images/photos/garden-district-photo-64-sml.webp);
    }
.webp .landing-image-4{
    background-image: url(../../images/photos/garden-district-photo-53-sml.webp);
    }
.webp .landing-image-5{
    background-image: url(../../images/photos/garden-district-photo-63-sml.webp);
    }
.webp .landing-image-6{
    background-image: url(../../images/photos/garden-district-photo-62-sml.webp);
    }
.webp .landing-image-7{
    background-image: url(../../images/photos/garden-district-photo-58-sml.webp);
    }
.webp .landing-image-8{
    background-image: url(../../images/photos/garden-district-photo-55-sml.webp);
    }
}
@media only screen and (min-width:768px){
.landing-image{
    height: calc(100vh - 160px);
    margin-top: 112px;
    }
.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;
	}
.private-viewing-link-container{
    width: 37.5%;
    aspect-ratio: auto;
    }
.private-viewing-link{
    height: auto;
    }
.mls-link-container{
    width: 75%;
    aspect-ratio: auto;
    }
.mls-link-container.small{
    display: none;
    }
.mls-link-container.large{
    display: block;
    }
.mls-link{
    height: 100%;
    }
}
@media only screen and (min-width:992px){
.amenity-floorplate-label.label-1{
    top:calc(71% - 12px);
    }
.amenity-floorplate-label.label-2{
    top:calc(34.5% - 12px);
    }
.private-viewing-link-container{
    width: 25%;
    }
.mls-link-container{
    width: 50%;
    }
.private-viewing-link{
    aspect-ratio : 1 / 1;
    /*height: auto;*/
    }
.mls-link{
    aspect-ratio : 1 / 1;
    }
.webp .landing-image-1{
    background-image: url(../../images/photos/garden-district-photo-57-md.webp);
    }
.webp .landing-image-2{
    background-image: url(../../images/photos/garden-district-photo-49-md.webp);
    }
.webp .landing-image-3{
    background-image: url(../../images/photos/garden-district-photo-64-md.webp);
    }
.webp .landing-image-4{
    background-image: url(../../images/photos/garden-district-photo-53-md.webp);
    }
.webp .landing-image-5{
    background-image: url(../../images/photos/garden-district-photo-63-md.webp);
    }
.webp .landing-image-6{
    background-image: url(../../images/photos/garden-district-photo-62-md.webp);
    }
.webp .landing-image-7{
    background-image: url(../../images/photos/garden-district-photo-58-md.webp);
    }
.webp .landing-image-8{
    background-image: url(../../images/photos/garden-district-photo-55-md.webp);
    }
}
@media only screen and (min-width:1100px){
.landing-image .landing-text .thin-pipe{
    display: inline-block;
    }
.small-screen-return{
    display: none;
    }
}
@media only screen and (min-width:1200px){
.down-arrow-container {
    display: block;
    }
.slick-dots {
    display: block !important;
    }
.click-text{
    display: block;
    }
.private-viewing-link{
    font-size: 28px;
    line-height: 28px;
    }
.mls-link{
    font-size: 28px;
    line-height: 28px;
    }
.webp .landing-image-1{
    background-image: url(../../images/photos/garden-district-photo-57-full.webp);
    }
.webp .landing-image-2{
    background-image: url(../../images/photos/garden-district-photo-49-full.webp);
    }
.webp .landing-image-3{
    background-image: url(../../images/photos/garden-district-photo-64-full.webp);
    }
.webp .landing-image-4{
    background-image: url(../../images/photos/garden-district-photo-53-full.webp);
    }
.webp .landing-image-5{
    background-image: url(../../images/photos/garden-district-photo-63-full.webp);
    }
.webp .landing-image-6{
    background-image: url(../../images/photos/garden-district-photo-62-full.webp);
    }
.webp .landing-image-7{
    background-image: url(../../images/photos/garden-district-photo-58-full.webp);
    }
.webp .landing-image-8{
    background-image: url(../../images/photos/garden-district-photo-55-full.webp);
    }
}
@media only screen and (min-width:1400px){
.mls-link{
    font-size: 36px;
    line-height: 36px;
    }

.private-viewing-link{
    font-size: 36px;
    line-height: 36px;
    }
}
@media only screen and (max-width:1100px) and (orientation : portrait){
.webp .landing-image-1{
    background-image: url(../../images/photos/garden-district-photo-57-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-2{
    background-image: url(../../images/photos/garden-district-photo-49-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-3{
    background-image: url(../../images/photos/garden-district-photo-64-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-4{
    background-image: url(../../images/photos/garden-district-photo-53-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-5{
    background-image: url(../../images/photos/garden-district-photo-63-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-6{
    background-image: url(../../images/photos/garden-district-photo-62-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-7{
    background-image: url(../../images/photos/garden-district-photo-58-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-8{
    background-image: url(../../images/photos/garden-district-photo-55-mobile-lg.webp);
    background-position:left center;
    }
}
@media only screen and (max-width:576px) and (orientation : portrait){
.landing-image {
    height: 89vh;
    margin-top: 0px;
    }
.webp .landing-image-1{
    background-image: url(../../images/photos/garden-district-photo-57-mobile.webp);
    background-position:center center;
    }
.webp .landing-image-2{
    background-image: url(../../images/photos/garden-district-photo-49-mobile.webp);
    background-position:center center;
    }
.webp .landing-image-3{
    background-image: url(../../images/photos/garden-district-photo-64-mobile.webp);
    background-position:center center;
    }
.webp .landing-image-4{
    background-image: url(../../images/photos/garden-district-photo-53-mobile.webp);
    background-position:center bottom;
    }
.webp .landing-image-5{
    background-image: url(../../images/photos/garden-district-photo-63-mobile.webp);
    background-position:center center;
    }
.webp .landing-image-6{
    background-image: url(../../images/photos/garden-district-photo-62-mobile.webp);
    background-position:center center;
    }
.webp .landing-image-7{
    background-image: url(../../images/photos/garden-district-photo-58-mobile.webp);
    background-position:center center;
    }
.webp .landing-image-8{
    background-image: url(../../images/photos/garden-district-photo-55-mobile.webp);
    background-position:center center;
    }
}