.anp-carousel-container {
    width: 1100px;
    margin: 50px auto;
    position: relative;
}

@media (max-width: 768px) {
    .anp-carousel-container {
        width: 95%;
    }
}

.anp-inner-carousel {
    width: 100%;
    height: 470px;
    overflow: hidden;
    padding: 0 5px;
}

.testimonial-cards {
    display: inline-flex;
    height: 100%;
    transition: transform 0.2s ease-in-out;
}

.testimonial-card {
    position: relative;
    flex-shrink: 0;
    background: #fafafa;
    height: 100%;
    margin: 7rem 0.9rem 2rem;
    border-radius: 0.4rem;
    padding: 5rem 2.5rem 5rem;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

/*.anp-slick-carousel.slick-not-init .testimonial-card:nth-child(n+2) {*/
/*    display: none;*/
/*}*/

/*!* Test - Set slide background to red when not initialized *!*/
/*.anp-slick-carousel.slick-not-init .testimonial-card {*/
/*    display: none;*/
/*}*/

.testimonial-card .testimonial-image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 120px;
    transform: translate(-50%, -50%);
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
    /*padding: 5px;*/
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #f2f2f2;
    max-width: 100%;
    transition: 0.2s;
}

.testimonial-card .testimonial-header {
    box-sizing: border-box;
    padding: 0 16px;
    text-align: center;
    color: #2b3f60;
    text-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.testimonial-card .testimonial-description {
    margin: 1rem auto;
    box-sizing: border-box;
    color: #1b1b1b;
    text-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.testimonial-card .qoute-icon-right {
    text-align: right!important;
}

.testimonial-card .qoute-icon-left {
    text-align: left!important;
}

.testimonial-card .qoute-icon {
    text-align: center!important;
}

.invert-icon,
.invert-icon:before {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.testimonial-card i {
    font-size: 36px;
    color: #e7be20;
    margin:5px;
}

.testimonial-card .testimonial-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

.testimonial-card .testimonial-description {
    /*padding: 0 0 30px 0;*/
    text-align: justify;
}

.testimonial-card .testimonial-bottom .testimonial-description {
    padding: 0 0 30px 0;
    text-align: center;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 16px;
    margin-top: -22px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    z-index: 1;
    transform: translateY(-50%);
    background-color: white;
    border: 1px solid #ddd;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    outline: none;
}

.prev, .slick-prev {
    left: -25px;
}

.next, .slick-next {
    right: -25px;
}

.mobile-prev {
    left: -5px!important;
}

.mobile-next {
    right: -5px!important;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: #ffffff;
}

.controls .prev.show {
    display: block;
}

.controls .next.hide {
    display: none;
}

@media (max-width: 1024px){
    .anp-carousel-container {
        width: 940px
    }
}

/* New Carousel */

.anp-wrap-carousel {
    overflow: hidden;
    position: relative;
}

.anp-carousel {
    display: flex;
    left: -100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    transform: translateX(100%);
}

.carousel-index video {
    width: 100%;
}

@media (min-width: 30em) {
    .anp-carousel {
        left: -50%;
        transform: translateX(50%);
    }
}
@media (min-width: 40em) {
    .anp-carousel {
        left: -33.33333%;
        transform: translateX(33.33333%);
    }
}

.anp-carousel.is-reversing {
    transform: translateX(-100%);
}
@media (min-width: 30em) {
    .anp-carousel.is-reversing {
        transform: translateX(-50%);
    }
}
@media (min-width: 40em) {
    .anp-carousel.is-reversing {
        transform: translateX(-33.33333%);
    }
}

.anp-carousel.is-set {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.anp-carousel-seat {
    flex: 1 0 100%;
    order: 2;
}

@media (min-width: 30em) {
    .anp-carousel-seat {
        flex-basis: 50%;
    }
}
@media (min-width: 40em) {
    .anp-carousel-seat {
        flex-basis: 33.33333%;
    }
}

.anp-carousel-seat.is-ref {
    order: 1;
}

@media (max-width: 768px) {
    .anp-carousel.is-set {
        transform: none;
    }
}
