.headerBanner{
    position: relative;
    width: 100%;
    height: 620px;
    height: 70vh;
    margin-top: 72px;
    overflow: hidden;
}

@media all and (max-width: 768px){
    .headerBanner{
        height: 310px;
        margin-top: 40px;
    }
}

.headerBanner .main {
    position: relative;
    height: 620px;
    height: 70vh;
    background-size: cover;
    background-position: center right;
}

@media all and (max-width: 768px){
    .headerBanner .main {
        position: relative;
        height: 40vh;
        /* height: 310px; */
    }
}

@media all and (max-width: 1024px){
    .headerBanner .main {
        background-position: center right -25vw;
    }
}

.headerBanner .main img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
}

.headerBanner .content{
    position: absolute;
    left: 20vw;
    top: 120px;
    position: absolute;
    border-radius: 0 0 4px 4px;
    padding: 4px 20px 20px;
    background-color: #48b698;
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    transition: all ease-in-out 500ms;
    text-align: left;
    z-index: 5;
    width: 45%;
    max-width: 450px;
}

.headerBanner .content .subTitle{
    font-size: 28px;
    margin: 0 0 10px;
}

@media all and (max-width: 1400px){
    .headerBanner .content{
        left: 20px;
        max-width: 300px;
    }

    .headerBanner .content .subTitle{
        font-size: 24px;
    }

    .headerBanner .content .title{
        font-size: 24px;
    }
}

@media all and (max-width: 980px){
    .headerBanner .content{
        top: 60px;
    }
}

.wp-block-lazyblock-header{
    height: 620px;
    height: 70vh;
}

@media all and (max-width: 980px){

    .wp-block-lazyblock-header{
        height: auto;
    }


    .wp-block-lazyblock-header .houseBg{
        top: 9px;
        margin-top:-75px;
    }

}

.wp-block-lazyblock-header .image{
    text-align: center;
}



@media all and (max-width: 768px){


    .wp-block-lazyblock-header .houseBg{
        top: 0;
        margin-top:10px;
    }

    .headerBanner .content{
        max-width: 300px;
        width: 300px;
        top: 90px;
        z-index: 2;
    }

    .headerBanner .content .subTitle{
        font-size: 14px;
    }

    .headerBanner .content .title{
        font-size: 16px;
    }

    .headerBanner .content .btn{
        font-size: 14px;
    }

    .headerBanner .image img{
        max-height: 400px;
    }

}

.headerBanner .content:before{
    position: absolute;
    content: '';
    top: -16px;
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0px 16px 16px;
    border-color: transparent transparent #48b698 transparent;
    left: 0;
}




.headerBanner .content:after{
    position: absolute;
    content: '';
    top: -16px;
    right: 0;
    width: calc(100% - 16px);
    height: 16px;
    border-radius: 0 4px 0 0;
    background-color: #48b698;
}

.headerBanner .content .btn{
    display: inline-block;
    background-color: #ea5964;
    color: #FFF;
    text-decoration: none;
    padding: 0 16px;
    border-radius: 15px;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    border: none;
    box-shadow: none;
}

.headerBanner .content .btn:hover{
    background-color: #239AD7;
}

.headerBanner-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;

    img {
        width: 100%;
        height: auto;
    }
}

.headerBanner-overlay img {
    display: block;
}