section.s-1, section.s-3 {
	width: 100%;
}

section.s-2 {
	width: 100%;
	height: 80vh;
}

section.s-2 {
	position: relative;
	overflow: hidden;
	background-image: url('../../images/1.jpeg');
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

section.s-2:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: -50%;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	transform-origin: left;
	transform: skewY(8deg);
}

section.s-2:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: -50%;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	transform-origin: right;
	transform: skewY(8deg);
}


/*section.s-2:after {
	content: '';
	position: absolute;
	top:50%;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	transform-origin: left;
	transform: skewY(8deg);
}*/