.cmp-carousel .cmp-image {
    position: relative;
    isolation: isolate;
}

.cmp-carousel .cmp-image::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.cmp-carousel.lens-red .cmp-image::after {
    background-color: #FF0200;
    opacity: 0.4;
    mix-blend-mode: multiply;
}


.cmp-carousel.lens-cyan .cmp-image::after {
    background-color: #00B5E6;
    opacity: 0.4;
    mix-blend-mode: multiply;
}