.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-hero {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide-hero_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-hero_content {
    position: absolute;
    max-width: 500px;
    color: #000;
}

.slide-1 .slide-hero_content {
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
}

.slide-2 .slide-hero_content {
    top: 35%;
    left: 5%;
    transform: translateY(-50%);
}

.slide-3 .slide-hero_content {
    top: 35%;
    left: 5%;
    transform: translateY(-50%);
}

.slide-hero_title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.text-white {
    color: #ffffff;
}

.slide-hero_text {
    margin-bottom: 1.5rem;
}

.slide-hero_button {
    display: inline-block;
    padding: 0.2rem 1.6rem;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.swiper-button-next,.swiper-button-prev {
    color: #e22b31;
    &.swiper-button-disabled {
        opacity: .75;
    }
}

.swiper-pagination-bullet-active {
    background: #e22b31;
}
