.logo-carousel {
    position: relative;
    z-index: 1;
}

.logo-carousel-image a img {
    max-width: 184px;
    filter: brightness(0) invert(1);
    height: auto;
    transition: all ease 0.3s;
}

.logo-carousel-image a {
    padding: 15px;
    display: block;
    transition: all ease 0.3s;
}


.js-logo-carousel .slick-arrow {
    width: 60px;
    height: 100%;
    opacity: 0;
}

.logo-carousel--padding {
    padding-bottom: 50px;
}

.logo-carousel__top-content {
    padding-bottom: 10px;
}

.logo-carousel--full {
    padding-top: 50px;
    padding-bottom: 50px;
}

.logo-carousel__images {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-carousel__top-content h2 {
    color: #ed4247;
}

@media(min-width: 768px) {
    .logo-carousel-image a img {
        /* max-width: unset; */
        object-fit: contain;
        max-height: unset;
    }

    .js-logo-carousel .slick-slide {
        margin: 0 20px;
    }


    .js-logo-carousel .slick-arrow {
        width: 100px;
    }

    .logo-carousel--padding {
        padding-bottom: 60px;
    }

    .logo-carousel--full {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media(min-width: 1200px) {
    .logo-carousel-image a.is--linked:hover {
        background-color: #fff;
    }

    .logo-carousel-image a.is--linked:hover img {
        filter: brightness(1) invert(0);
    }

    .js-logo-carousel .slick-arrow {
        width: 200px;
    }

    .logo-carousel--padding {
        padding-top: 20px;
        padding-bottom: 70px;
    }
}

.logo-inline-images {
    display: flex;
    justify-content: center;
}

.logo-inline-images .fx-slide {
    display: inline-block !important;
    margin: 0 20px;
}

.logo-inline-images .logo-carousel-image a {
    display: flex;
    align-items: center;
    height: 100%;
}
