/* Make sure arrows are visible */
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    background: #c00;
    border-radius: 50%;
    z-index: 10;
}
.slick-prev:before, .slick-next:before {
    font-size: 20px;
    color: #fff;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{    background: #c00;}
.slick-prev { left: -50px; }
.slick-next { right: -50px; }

.testimonials-slider {
    margin: 20px auto;
}
.testimonial-item {
    padding: 15px;
    text-align: center;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.testimonial-meta {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.testimonial-thumb {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #c00;
    margin: 0 auto 10px;
    object-fit: cover;
}
.testimonial-name {
    font-weight: bold;
        font-size: 0.83em;
}
.testimonial-company {
    font-size: 14px;
    color: #666;
}
