.hero {
    width: 100%;
    position: relative;
}

.hero-image {
    height: 400px;
}

.hero-image img,
.hero-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.js-hero-slider {
    height: 100%;
}

.hero .swiper-button-prev,
.hero .swiper-button-next {
    margin-top: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%);
}

.hero .swiper-button-prev:after,
.hero .swiper-button-next:after {
    display: none;
}

@media (min-width: 1025px) {
    .hero-image {
        height: 500px;
    }
}

@media (min-width: 1200px) {
    .hero .swiper-button-prev {
        left: 50px;
    }

    .hero .swiper-button-next {
        right: 50px;
    }
}
