.swiper{
    width: 280px;
    height: 700px;
    z-index: 0;
}


.swiper-slide{
    width: 280px;
    height: 520px;
    margin-top: auto;
    margin-bottom: auto;
  }

.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}