.image-buttons-gallery  {
    background: transparent;
    position: relative;
}

.image-buttons-gallery::before {
    content: '';
    height: 635px;
    background: linear-gradient(#e7eff5 0%, rgba(231, 239, 245, 0) 100%);
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.image-buttons-gallery .divider {
    top: -130px;
    left: 0;
    position: absolute;
    width: 100%;
}

.image-buttons-gallery .divider svg {
    fill: var(--color-white);
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.image-buttons-gallery .divider svg .divider-secondary-blue{
    opacity: 0.20;
}

.image-buttons-gallery .container {
    position: relative;
    z-index: 1;
}

.image-buttons-photo-gallery__wrapper {
    margin-top: 50px;
	position: relative;
}

.image-buttons-photo-gallery__item {
    background: none;
    transition: none;
    vertical-align: top;
    /* width: 400px !important; */
    display: inline-block;
    /* margin: 0 20px; */
}

/* .image-buttons-photo-gallery__item.slick-slide,
.image-buttons-photo-gallery__item.slick-cloned {
    transform: translateY(0) scale(1) !important;
    opacity: 1 !important;
} */

.image-buttons-photo-gallery__item-image {
    max-width: 400px;
	border: 16px solid var(--color-white);
    height: 440px;
    width: 100%;
    box-shadow: 0px 3px 30px rgba(34, 42, 17, 0.1);
}

.js-image-buttons-gallery-slider .slick-slide {
    margin: 0 16px;
    vertical-align: top;
    /* width: 400px !important; */
}

.js-image-buttons-gallery-slider .slick-dots {
    margin-top: 20px;
    position: static;
}

.image-buttons-photo-gallery__arrow button {
    font-size: 34px;
    border: 0;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    background-color: transparent;
    color: rgba(11,29,44,.5);
    position: static;
}

.image-buttons-photo-gallery__arrow button:before {
    display: none;
}

.image-buttons-gallery + .testimonials-refresh {
    padding-top: 0;
}

.js-image-buttons-gallery-slider .slick-track {
    padding: 20px 0;
}

@media ( min-width: 768px ) {
    .js-image-buttons-gallery-slider.fx-slider.slick-initialized.slick-slider {
        margin: 0 -35px;
    }

    .js-image-buttons-gallery-slider .slick-track {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .image-buttons-photo-gallery__item {
        max-width: 400px;
    }

    /* .image-buttons-photo-gallery__item {
        width: 400px !important;
    } */

    .image-buttons-photo-gallery__item-image {
        max-width: 400px;
        height: 440px;
    }

    .js-image-buttons-gallery-slider .slick-slide {
        /* width: 400px !important; */
    }
}

@media ( min-width: 1200px ) {
    .image-buttons-gallery .section__intro p {
        font-size: 18px;
    }

    /* .image-buttons-photo-gallery__item-image {
        width: 400px;
    } */

    .image-buttons-photo-gallery__item {
        transform: translateY(100px) scale(0.8);
        opacity: 0;
        will-change: transform, opacity;
    }

    /* Alternating slide margins */
    .js-image-buttons-gallery-slider .slick-slide:nth-child(odd) .image-buttons-photo-gallery__item-image {
        margin-top: 35px;
    }

    .js-image-buttons-gallery-slider .slick-slide:nth-child(even) .image-buttons-photo-gallery__item-image {
        margin-bottom: 35px;
    }

    .js-image-buttons-gallery-slider.fx-slider.slick-initialized.slick-slider {
        margin: 0 -100px;
    }
}