Using index.html from one-page folder. Index.hmtl main background has a pixelated effect via an overlay. but as soon as I move style.css or adjust it in any way effect goes away and becoming simple image tanning. found it in style.css and changed location but have no effect.
.video-overlay,
.video-placeholder {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 5;
background: transparent url('assets/images/main/grid.png') repeat;
-webkit-backface-visibility: show;
}
what am I missing?
Kind Regard,
Roman
