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

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

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

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

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

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