I have a webpage like this http://jsfiddle.net/Leytgm3L/47/ and as you can see there's a transparent square in the 2nd section. So far the video on the first page has the texture overlay:
.texture-overlay2 {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.6);
}
Is there a way of removing this dark overlay inside the little square on the second section?