#HomeHero {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 980px;
    overflow: hidden;
}

.hero-container {
    z-index: 1;
}

#HeroContent {
    z-index: 2;
    height: 100%;
}

#HeroContent img {
    margin-bottom: clamp(60px, 10vw, 150px)
}

.hero-container,
.swiperHero {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.swiperHero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slider {
    position: relative;
    overflow: hidden;
}

.hero-slider .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

#HeroContent .brxe-text {
    margin-bottom: clamp(60px, 10vw, 70px)
}

#HeroContent .hero-button {}