.swiper {
    width: 100%;
    /* height: 100%; */
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .swiper-slide img {
    display: block;
    width: 40%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-prev{
    margin-top: 0px;
    position: absolute;
    top: 90%;
    right: -40px;
    width: 45px;
    height: 45px;
    /* transform: translateX(3050%); */
    /* right: 45px!important; */
  }

.swiper-button-next{
    margin-top: 0px;
    position: absolute;
    top: 93%;
    right: -40px;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
    right: 45px!important;
}
.swiper-container{
  max-width: 800px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
  