section.banner-hero {
    height: 720px;
    position: relative;
    z-index: 1;
}

.page-id-16 section.banner-hero,
.page-id-73 section.banner-hero,
.single-project section.banner-hero {
    height: auto;
}

.page-id-73 section.banner-hero img {
    object-fit: cover;
}

.page-id-73 section.banner-hero:before,
.page-id-16 section.banner-hero:before,
.single-project section.banner-hero:before,
.page-id-748 section.banner-hero:before {
    background-color: unset;
}

section.banner-hero img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    object-fit: cover;
}
.home section.banner-hero img {
    position: absolute;
}


section.banner-hero:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000029;
    z-index: -1;
}

.banner-text h1 {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 600;
    max-width: 755px;
    font-family: "hatch-sans", sans-serif;
    line-height: 72px;
    letter-spacing: 0.6px;
}

.banner-text p {
    font-family: "hatch-sans", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    max-width: 589px;
    letter-spacing: 2.2px;
    color: #ffffff;
    font-weight: 500;
    line-height: 40px;
    padding-top: 13px;
}

section.banner-hero .container {
    height: 100%;
}

.banner-text {
    display: flex;
    flex-direction: column;
    padding-top: 185px;
    padding-bottom: 40px;
    height: 100%;
}

.banner-text a.banner-scroll {
    margin-top: auto;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "hatch-sans", sans-serif;
    font-weight: 500;
    letter-spacing: 1.2px;
    font-size: 12px;
    text-align: right;
    /* display: inline-block; */
    width: fit-content;
    margin-left: auto;
}

a.banner-scroll:after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}

section.banner-hero picture.hide-desk {
    display: block;
}
section.banner-hero  picture.hide-mob {
    display: none;
}
.home section.banner-hero .container {
        max-width: 1075px;

}
section.banner-hero .container {max-width: 100%}

@media (min-width:992px) {
    section.banner-hero picture.hide-desk,.single-project  section.banner-hero picture {height: 33vh;        display: block;}
	
}

@media(max-width: 1024px) { 
 .home section.banner-hero .container { padding: 0 30px}
	section.banner-hero .container {padding:0;}
}
@media(max-width: 992px) {
    section.banner-hero picture.hide-desk {
    display: none;
}
section.banner-hero  picture.hide-mob {
    display: block;
}
    section.banner-hero {
        height: auto;
        object-fit: cover;
    }

    .banner-text h1 {
        font-size: 50px;
        line-height: 62px;
    }

    .banner-text p {
        font-size: 22px;
        letter-spacing: 1.6px;
        line-height: 36px;
    }

    .banner-text {
        padding-top: 120px;
    }

    .page-id-73 section.banner-hero {
        height: auto;
    }
   section.banner-hero img {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    z-index: -2;
    object-fit: contain;
    max-width: 100%;
}
}

@media(max-width: 767px) {
    .banner-text h1 {
        font-size: 40px;
        line-height: 52px;
        letter-spacing: 0.4px;
    }   



section.banner-hero picture.hide-desk {
    display: none;
}
section.banner-hero  picture.hide-mob {
    display: block;
}
	
}

@media(max-width: 575px) {
    .banner-text {
        padding-top: 85px;
        padding-left: 23px;
        padding-bottom: 25px;
    }

    section.banner-hero:before {
        background-color: #00000040;
    }
	section.banner-hero img {display:block;}
    .page-id-16 section.banner-hero,
    .page-id-73 section.banner-hero,
    .single-project section.banner-hero {
        height: auto;
    }  
    section.banner-hero img {aspect-ratio: 1.7; object-fit: cover; width: 100%;}

}