@media screen and (max-width: 767px) {
    .swiper-link {
        padding-bottom: 38% !important;
    }
}

.swiper-container {
    width: 100%;
}

.swiper-wrapper {
}

.swiper-slide {
}

.swiper-link {
    width: 100%;
    height: 0;
    padding-bottom: 22%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-img {
    width: 100%;
}

.swiper-pagination {
    height: 30px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.8);
}

.swiper-pagination-bullet-active {
    background-color: #F00;
    border: 1px solid #F00;
    border-radius: 50%;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF !important;
    font-size: 20px !important;
}