.sliderGradient{
    /* background: var(--lightgrey);
    background: linear-gradient(90deg, var(--lightgrey) 12%, var(--lightgrey) 55%);
    z-index: 1;
    opacity: 0.4;
    pointer-events: none; */
}

.sliderBottomWave{
    position: absolute; 
    bottom: 0; 
    left: 0; 
    z-index: 5;
    pointer-events: none;
}