.herocontainer {
    position:relative;
    width:100%;
    height:80vh; 
    min-height:580px;
    background-color: #00000066;
}
.block-imagehero { width:100%; min-height:100%; max-width:unset!important;}
.hero-content {
    width:100%;
    max-width:1200px;
    padding:60px 40px 60px 0px;
    position: absolute;
    bottom: 0;
}
.vhh1 { letter-spacing: -2.4px!important; line-height:6.875rem!important;}
#bgimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    background-size:cover;
    background-position:center center 
}

@media(max-width:991.96px){
    .hero-content {
        width: 100%;
        max-width: 1200px;
        padding: 60px 30px 60px 0px;
        position: absolute;
        left: 15px;
        bottom: 0;
    }
}
@media(max-width:767.96px){
    .vhh1 {line-height:5rem!important;}
}
@media(max-width:575.96px){
    .vhh1 {line-height:4.4rem!important;}
}
@media(max-width:419.96px){
    .vhh1 {line-height:4.2rem!important;}
}