.swiper {
  width: 100%;
  height: auto;
}

.swiper img{
    height:100%;
    width:100%;
}

.swiper p{
    display:none;
}

.swiper-button-prev, .swiper-button-next {
    color:white;
}

.swiper-button-prev{
    left:15px;
    
}

.swiper-button-next{
    right:15px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:15px;
}

.swiper-pagination-bullet{
    height:10px;
    width:10px;
    background-color:#971CC9;
    opacity:0.5;
    
}

.swiper-pagination-bullet-active{
    opacity:1;
    background-color:#F637FC;
}

:root{
    --swiper-navigation-size: 15px;
}