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

.swiper img{
    min-height:100%;
    max-height:100%;
    height:auto;
    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: black;
    opacity:1;
    
}

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

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