.swiper .swiper-slide .image-wrapper .image {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}