/* ======================== */
/* SECTION 1 - HEADER       */
/* ======================== */

.section1 {
	background-image:url("../images/sprays/section1.jpg");
	height:440px;
}

#sprays {
	top:306px;
}

#textSprays {
	position:absolute;
	top:356px;
	left:50px;
	width:900px;
}

/* ======================== */
/* SECTION 2 - SPRAYS       */
/* ======================== */

.section2 {
	background-image:url("../images/sprays/section2.jpg");
	height:550px;
}

#stencils {
	position:absolute;
	right:25px;
	bottom:0px;
	pointer-events:none;
	user-select:none;
}

#stencils img {
	display:block;
}