.image-carousel-section.type-logos .image-carousel img {
    max-width: 120px;
    height: auto;
    margin: auto;
}
.image-carousel .slick-list.draggable {
    max-width: 90%;
    margin: auto;
    overflow: visible;
}
.image-carousel-section{
    position: relative;
}
.image-carousel-section.type-logos:before {
    content: "";
    position: absolute;
    width: 120px;
    z-index: 1;
    top: 0;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,212,255,0) 100%);
}
.image-carousel-section.type-logos:after {
    content: "";
    position: absolute;
    width: 120px;
    z-index: 1;
    right: -3px;
    top: 0;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(265deg, rgba(255,255,255,1) 0%, rgba(0,212,255,0) 100%);
}
@media (max-width:600px){
    .image-carousel .slick-list.draggable {
        max-width: 75%;
    }
}
.image-carousel-section.type-gallery .slick-slide img {
    width: 95%;
    height: auto;
}