.swiper {
    z-index: 1;
    display: flex; justify-content: center; align-items: center;
    width: 50%;
    height: 50%;   
  }
  .swiper:hover{
    cursor: grab;
  }
  .swiper:press{
    cursor: grabbing;
  }

  .swiper-slide img{
    border-radius: 0 2em 2em 0;
    border-radius: 2em;
  }

  .swipper-degrade{
    z-index: 2;
    position: absolute; left: 0;
    width: 30px;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 18%, rgba(255,255,255,0) 100%);
  }

  .swiper-slide img{width: 100%; height: 100%;}
  .swiper-slide{ display: flex; justify-content:center;}

.swiper-button-prev,
.swiper-button-next{
    color: var(--red);
    display: none;
}
.swiper-pagination{
    display: none;
}
.swiper-pagination-bullet{
    background-color: var(--red);
}