Or you can change this in the lytebox.css file:
Line 1:
#lytebox {
left:0;
line-height:0;
margin-top:50px;
position:absolute;
text-align:center;
top:40px;
width:100%;
z-index:100;
}
Into:
#lytebox {
left:0;
line-height:0;
margin-top:50px;
position:absolute;
text-align:center;
top:40px;
width:100%;
z-index:1111;
}
Line 30:
#overlay {
background-color:#000000;
height:500px;
left:0;
opacity:0.9;
position:absolute;
top:0;
width:100%;
z-index:90;
}
Into:
#overlay {
background-color:#000000;
height:500px;
left:0;
opacity:0.9;
position:absolute;
top:0;
width:100%;
z-index:999;
}
This here will give you the “look” as it should be. I marked in red the changes.