#testimonials-alt img:not(:first-of-type) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#testimonials-alt canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.testimonials-shadow {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    right: 15px;
    z-index: 0;
}

.testimonials-shadow:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: #e4e4e4;
    z-index: 8;
}

.testimonials-shadow:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: #f4f4f4;
    z-index: 7;
}

.item-testimonials {
    text-align: center;
}