.header{
    background:var(--colorPrimary);
}
.container-hero img.img-responsive{
    object-position:bottom center;
}
@media(max-width:1440px){
    .container-hero, .container-hero img.img-responsive{
        height:auto;
    }
}
@media(max-width:767px){
.container-hero, .container-hero img.img-responsive{
    height:90dvh;
}
}