/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2024 | 20:47:45 */
body {
    padding: 0;
    margin: 0;
}

.custom-slideshow {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.custom-slideshow .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-slideshow .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.custom-slideshow .swiper-button-next,
.custom-slideshow .swiper-button-prev {
    color: white;
}