
.cdn-video {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Make carousel items height auto */
/* this next one breaks all functionality
#testimonailCarousel.carousel {
    height: auto !important;
}
*/

#testimonailCarousel.carousel .carousel-item {
    height: auto !important;
    min-height: 300px;
    padding: 20px 0;
}

.testimonial-section .carousel .carousel-item {
    width: 70%;

    min-height: 200px;
    margin: 0 auto;
    padding: 20px 0;
    display: block !important;
    transition: opacity 0.5s ease;
    position: absolute;

}

#testimonailCarousel .carousel-item {
    max-width: 800px;
    margin: 0 auto;
}


/* Ensure card takes full height */
#testimonailCarousel .carousel-item .card {
    height: 100%;
    opacity: 80%;
}

#testimonailCarousel .card .card-content {
    height: auto;
    overflow: visible;
}

.testimonial-box {
    padding-top: 27px;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 400;
    white-space: normal;
    word-wrap: break-word;
    color: #e0e2e4;
}

.testimonial-section .card .card-action {
    padding-left: 40px;
    padding-bottom: 33px;
    font-weight: 500;
    color: #ccc;
}

.testimonial-section .card .card-action img {
    border-radius: 50%;
    width: 45px;
    height: 36px;  /* Fixed typo: was '36x' */
    padding-right: 9px;
}