.center-container {
    position: relative !important;
}

.slick-prev {
    left: -23px;
}

.slick-next {
    right: -23px;
}

.slick-dots {
    bottom: -30px !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
}

.slider--wrapper {
    position: relative;
}

.customer--slider {
    margin: 0 2rem 0 2rem;
    position: relative;
}

.slick-prev:before, .slick-next:before {
    color: #8a8a8a;
}

.customer--slider-item {
    position: relative;
}

.customer--slider-item .wrapper {
    padding: .75rem;
}

.customer--slider-item .wrapper .image {
    background-size: cover;
    background-position: center;
    min-height: 650px;
}

.customer--slider-item .text--box {
    position: relative;
}

.customer--slider-item .text--box .wrapper {
    position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    margin: 1rem;
}

.customer--slider-item .text--box .headline {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 22px;
    color: #666 !important;
    font-family: 'EB Garamond', serif;
    text-transform: uppercase;
    padding-bottom: .5rem;
}

.customer--slider-item .text--box .text {
    display: block;
    padding-bottom: .5rem;
}

@media screen and ( max-width: 800px ) {
    .slick-prev {
        left: -20px;
    }

    .slick-next {
        right: -20px;
    }

    .customer--slider {
        margin: 0 1rem 0 1rem;
    }
}

@media screen and ( max-width: 600px ) {
    .slick-prev, .slick-next {
        display: none !important;
    }

    .customer--slider {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and ( max-width: 500px ) {
    .customer--slider-item .wrapper .image {
        min-height: 550px;
    }
}

@media screen and ( max-width: 460px ) {
    .slick-dots {
        bottom: -50px !important;
    }
}

@media screen and ( max-width: 400px ) {
    .customer--slider-item .wrapper .image {
        min-height: 450px;
    }
}

