.swiper.slider {
    overflow: visible;
}

.swiper-slide.slider-slide a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.swiper-slide.slider-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}