This is a div with image that overlays the slide image. If you want to do something like this, you need to add a div before you go with this css:
display: block;
position: fixed;
left: 0;
top: 0;
overflow: hidden;
z-index: -99;
height: 100%;
width: 100%;
background: url('../images/bg-overlay-pattern.png') left top repeat;
source
share