@media screen and (max-width: 767px) {
    .swiper-slide .swiper-link {
        padding-bottom: 40% !important;
    }
}

.swiper-container {
    width: 100%;
}

.swiper-wrapper {
}

.swiper-slide {
}

.swiper-slide .swiper-link {
    width: 100%;
    height: 0;
    padding-bottom: 26%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.swiper-link {
}

.swiper-img {
    width: 100%;
}

.swiper-pagination {
    height: 30px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: #000;
    opacity: 0.8 !important;
}

.swiper-pagination-bullet-active {
    background-color: #3562A1;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF !important;
    font-size: 20px !important;
}