GeckoGrafix
4/28/2019 - 4:39 PM

infinity-pro overlay on images

.front-page-1 {
	position: relative;
	z-index: 9;
}

.front-page-1:before,
.front-page-3:before,
.front-page-5:before,
.front-page-7:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(211, 125, 33, .3);	/* adjust the opacity (.3) as desired */
	z-index: 0;
}