.swiper-container {
    /*height: 240px;*/
    overflow: hidden;
}

.swiper-link.swiper-img-container {
    width: 100%;
    height: 0;
    padding-bottom: 31.25%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF !important;
    font-size: 20px !important;
}