I've been struggling to make the images on the right side of the slider overlay the div underneath it. I've experimented with different position and z-index values, but nothing seems to work.
Check out the live site here
This is what I currently have for the slider images:
.overlay-img{
position:absolute;
right:0;
z-index:9999;
top:-300px;}
And this is what I have for the div below the images:
.lower-stack{
position:relative;
z-index:1;}
Here's the effect I'm trying to achieve. Any assistance would be greatly appreciated. Can anyone point out what I might be missing?