.height-front {
    height: 100%;
    max-width: 100vw;
    width: 100%;
    background-image: url(../../../assets/img/bg-front.png);
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: bottom;
    background-size: cover;
}