.banner-big, .banner-big-mobile, .banner-color-mobile{
    width: 100%;
    height: var(--banner-desktop-height);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-big-mobile{
    height: var(--banner-mobile-height);
}

.banner-color-mobile{
    height: var(--banner-color-height);
}

