.banner {
    display: flex;
    width: 100%;
    /*height: 535px;*/
    padding-top: 60px;
    background-color: black;
    background-image: url(/catalog/view/theme/default/image/banner-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 2;
}
.banner .banner-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    margin: 0px;
    contain: content;
    position: relative;
    z-index: 3;
}
.banner .banner-content .banner-text {
    color: white;
}

.banner h1 {
    font-family: Jost, sans-serif;
    font-weight: bold;
    font-size: 90px;
    min-font-size: 30px;
    text-transform: uppercase;
    line-height: 90px;
    margin: 0 0 20px 0;
    color:#fff;
}


@media (max-width: 1800px) {
    .banner h1 {
        font-family: Jost, sans-serif;
        font-weight: bold;
        font-size: 60px;
        min-font-size: 30px;
        text-transform: uppercase;
        line-height: 90px;
        margin: 0 0 20px 0;
        color:#fff;
    }
}
@media (max-width: 768px) {
    .banner h1 {

        line-height: 90px;

    }
}

/*# sourceMappingURL=banner.css.map */
