.swiper {
    width: 100%;
}
.swiper-slide img {
    object-fit: cover;
    border-radius: 8px;
}
.swiper-button-prev {
    margin-left: 15px;
}
.swiper-button-next {
    margin-right: 15px;
}
.swiper-button-next, .swiper-button-prev {
    color: #cce5ff;
}



/* open/excursion-tours/tours */
.img-padding {
    padding: 5px!important;
}
.img-height-custom {
    height: 200px;
    max-width: 100%;
}
/* open/excursion-tours/tours */


.img-width-custom {
    width: 100%;
    height: auto;
}