.content-full-screen {
    position: relative;
    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;
    margin-bottom: 32px;
    }
.single-item .slick-list {
    opacity: 1;
    display: block;
    }
.landing-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
    }
.landing-image.top-shadow::before {
    content: '';
    position: absolute;
    height: 45vh;
    width: 100vw;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    }
.landing-image.top-shadow-lighter::before {
    content: '';
    position: absolute;
    height: 45vh;
    width: 100vw;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    }
.landing-image-1 {
    background-image: url(../../images/construction/warehouse-lofts-construction-Img-3-109-xs.webp);
    }
.landing-image-2 {
    background-image: url(../../images/presentation-centre/presentation-centre-1-xs.webp);
    background-position: left center;
    }
.landing-image-3 {
    background-image: url(../../images/renderings/parliament-and-co-rendering-5-xs.webp);
    }
.landing-image-4 {
    background-image: url(../../images/renderings/parliament-and-co-rendering-2-xs.webp);
    }
.slick-dots {
    bottom: 16px;
    display: none !important;
    position: absolute;
    margin: 0px auto;
    padding: 0px;
    right: 0px;
    left: 0px;
    width: 212px;
    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(2) {
    margin-right: 42px;
    }
.slick-dots li:nth-child(3) {
    margin-left: 42px;
    }
.slick-dots li button {
    display: block;
    position: relative;
    height: 14px;
    width: 14px;
    color: rgba(255, 255, 255, 0);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    font-size: 2px;
    transition: all ease-in-out 300ms;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    }
.slick-dots li.slick-active button{
    background-color: rgba(255, 255, 255, 1);
    }
.down-arrow-container {
    position: absolute;
    display: none;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    bottom: 14px;
    width: 42px;
    z-index: 1000;
    transition: all ease-in-out 300ms;
    }
.down-arrow-container:hover{
	bottom:6px;
	}
.down-arrow-container .down-arrow-text{
    cursor: pointer;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    text-align: center;
    font-weight: 400;
    }
.down-arrow-container .down-arrow {
    position: relative;
    display: block;
    margin: 0px auto;
    width: 42px;
    cursor: pointer;
    transition: all ease-in-out 300ms;
    animation-name: bounce;
    animation-duration: 14s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    }
.text-block{
	position:absolute;
	z-index:999;
	top:96px;
	width: 100%;
    max-width: 1660px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 0px 12px;
	}
.text-block.narrow{
	width: 60%;
    margin: inherit;
	}
.text-block .line-1{
	color: rgb(255, 255, 255);
	text-align: left;
	font-size:32px;
	line-height:1em;
	opacity: 1;
	font-weight:400;
    text-transform:uppercase;
    /*text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6), 1px 1px 3px rgba(0, 0, 0, 0.7);*/
	}
.text-block .line-1.blk{
	color: rgb(17, 17, 17);
    /*text-shadow: 1px 1px 6px rgba(255, 255, 255, 0.6), 1px 1px 3px rgba(255, 255, 255, 0.7);*/
	}
@media(min-width:576px){
.landing-image-1 {
    background-image: url(../../images/construction/warehouse-lofts-construction-Img-3-109-sml.webp);
    }
.landing-image-2 {
    background-image: url(../../images/presentation-centre/presentation-centre-1-sm.webp);
    }
.landing-image-3 {
    background-image: url(../../images/renderings/parliament-and-co-rendering-5-sm.webp);
    }
.landing-image-4 {
    background-image: url(../../images/renderings/parliament-and-co-rendering-2-sm.webp);
    }
}
@media(min-width:824px){
.landing-image-1 {
    background-image: url(../../images/construction/warehouse-lofts-construction-Img-3-109-med.webp);
    }
.landing-image-2 {
    background-image: url(../../images/presentation-centre/presentation-centre-1-md.webp);
    }
.landing-image-3 {
    background-image: url(../../images/renderings/parliament-and-co-rendering-5-md.webp);
    }
.landing-image-4 {
    background-image: url(../../images/renderings/parliament-and-co-rendering-2-md.webp);
    }
.text-block{
    padding: 0px 24px;
	}
.text-block.narrow{
	width: 100%;
    margin: 0px auto;
	}
.text-block .line-1{
	font-size:42px;
	}
}
@media(min-width:992px){
.slick-dots {
    display: block !important;
    }
.down-arrow-container {
    display: block;
    }
.landing-image.top-shadow-lighter::before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    }
}	
@media(min-width:1200px){
.landing-image-1 {
    background-image: url(../../images/construction/warehouse-lofts-construction-Img-3-109-full.webp);
    }
.landing-image-2 {
    background-image: url(../../images/presentation-centre/presentation-centre-1.webp);
    }
.landing-image-3 {
    background-image: url(../../images/renderings/parliament-and-co-rendering-5.webp);
    }
.landing-image-4 {
    background-image: url(../../images/renderings/parliament-and-co-rendering-2.webp);
    }
.text-block {
    top: 20vh;
    }
.text-block .line-1{
	font-size:48px;
	}
}
@media only screen and (max-width: 500px) and (orientation: portrait) {
.landing-image-1 {
    background-image: url(../../images/construction/warehouse-lofts-construction-Img-3-109-port.webp);
    }
.landing-image-2 {
    background-image: url(../../images/presentation-centre/presentation-centre-1-port.webp);
    }
.landing-image-3 {
    background-image: url(../../images/renderings/parliament-and-co-rendering-5-port.webp);
    }
.landing-image-4 {
    background-image: url(../../images/renderings/parliament-and-co-rendering-2-port.webp);
    }
}