Busca en tu archivo CSS esto:
HTML:
#header-image::after {
background: rgba(0, 0, 0, 0) url("../images/overlay.png") repeat scroll 0 0;
border-bottom: 9px solid #000000;
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
y quítale el background: rgba(0, 0, 0, 0) url("../images/overlay.png") repeat scroll 0 0;
Saludos :encouragement: