
.cs-gallery-slider {
    position: relative;
    width: 100%;
    margin-bottom: 80px;
}

.entry-content .cs-gallery-slider:not(:first-child)
{
    margin-top:80px;
}

.cs-swiper-container {
    width: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.swiper-button-next, .swiper-button-prev
{
    color: black;
}