.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: rgba(255,2,0);
    mix-blend-mode: darken;
}


.cmp-carousel.lens-cyan .cmp-image::after {
    background-color: rgba(0,181,230);;
    mix-blend-mode: darken;
}

#lens-red-id{
    background-color: #FF0200;
    height:40px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

#lens-cyan-id{
    background-color: #00B5E6;
    height:40px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}