.content__carousel {
    position: relative;
    padding: 110px 0;
}

.content__carousel__background {
    float: left;
    width: 1100px;
    height: 1100px;
    background: #04B5E1;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -550px;
    z-index: -1;
    transform:scale(0);
    transition: all .5s ease;
}

.content__carousel__background.js-is-visible {
    transform:scale(1);
}

.carousel {
    margin-top: 40px;
    padding: 0 100px;
}

/* enable Flickity by default */

.carousel:after {
    content: 'flickity';
    display: none;
    /* hide :after */
}

.carousel__item .carousel__item__scalable {
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.carousel__item.is-selected .carousel__item__scalable {
    transform: scale(1)
}

.carousel__item {
    width: 100%;
    min-height: 75vh;
}

.carousel .flickity-viewport {
    overflow: visible;
}

.carousel__item .quote-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 33%;
    background: #000;
    text-align: left;
}

.carousel__item .quote {
    height: auto;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 45px 35px 35px;
    background-position: 25px top;
}

.carousel__item .quote .h4,
.carousel__item .image .quote .h5 {
    text-align: left;
    margin: 0;
}

.carousel__item .quote .h4 {
    background-position: left top;
    padding-left:0
}

@media all and (max-width: 1440px) {
    .carousel__item {
        min-height: 60vh;
    }
}

@media all and (max-width: 1200px) {
    .content__carousel {
        padding: 90px 0;
    }
    .carousel {margin-top:20px;}
}

@media all and (max-width: 1200px) {

}

@media all and (max-width: 1000px) {
    .carousel {
        padding: 0;
    }
    .content__carousel {
        padding: 80px;
    }

    .carousel__item {
        min-height: 0;
    }

    .carousel__item .quote {
        padding: 45px 20px 20px;
    }
    .content__carousel .h5.content__intro {
        font-size: 14px;
    }
    .carousel__item .image.cover,
    .carousel__item .quote-wrapper {
        margin-bottom: 20px;
    }
    .carousel__item .quote-wrapper {
        width: 40%;
    }
    .carousel__item .quote__author__photo {
        width: 30px;
        height: 30px;
        margin-right:15px;
    }
    .content__carousel--testimonials .carousel__item .quote__author .h5 {
        padding:0;
    }
}

@media all and (max-width: 800px) {
    .carousel {
        margin-top: 20px;
    }
    .content__carousel {
        padding: 110px 120px;
    }

    .content__carousel .h5.content__intro,
    .content__carousel .h3.center {
        text-align: left;
    }
    .content__carousel .h5.content__intro {
        max-width: 100%;
    }
    .carousel__item p {
        text-align: right;
        margin: 0
    }
    .content__carousel .flickity-page-dots {
        bottom: 3px;
        display: block;
    }

    .content__carousel.content__carousel--testimonials .image {
        width: 100%;
        margin: 0;
    }
    .content__carousel.content__carousel--testimonials .quote-wrapper {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 220px;
    }
    .content__carousel.content__carousel--testimonials .quote {
        padding: 20px;
        position: static;
    }

}


@media all and (max-width: 600px) {
    .content__carousel {
        padding: 120px 0;
    }

    .content .image .quote .h4,
    .content .image .quote .h5,
    .carousel__item .quote .h4,
    .carousel__item .quote .h5 {
        padding-left: 0;
        padding-right: 0;
    }
}
