.bg-header{
        background-image:linear-gradient(to right, rgba(0, 0, 0, 0.73), rgba(0, 0, 0, 0)), url("/img/j9f46g.webp"); background-size: cover; background-position: center;
}
.mh{
        font-family: Impact, Charcoal, sans-serif;

        font-size: 6vw;
        line-height: 8vw;
        color: white;
        text-align: left;
        text-transform: uppercase;
        text-shadow: 1px 1px 5px rgba(var(--color-iuma7l416), 1);
}
.ress{
        font-family: Impact, Charcoal, sans-serif;    font-weight: 400;    font-size: 2.6vw;    line-height: 4vw;
}


@media screen and (max-width: 850px) {

        .mh{
                font-size: 12vw;
                text-shadow: 2px 1px #000000;
                margin-bottom: 20px;
                font-weight: bold;
        }
        .ress{
                font-family: Impact, Charcoal, sans-serif;
                font-weight: 400;
                font-size: 6vw;
                line-height: unset;
                text-shadow: 1px 1px #000000;
        }

        .bg-header {
                background-image: linear-gradient(to right, rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.20)), url(/img/j9f46g.webp);
                background-size: cover;
                background-position: -170% 15%;
        }

}