

section {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap ;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
section .content {
	color: #fff;
	margin: 0 auto;
	padding: 15px 20px;
	text-align: center;
	width: 1170px;
}

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -10;
}
.parallax__container .parallax {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
.parallax__bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100% !important;
}

.container {
	padding: 15px;
}


.container__big {
	height: calc(100vh - 293px);
}

.container__small {
	height: 40vh;
}

.container__random {
	height: 452px;
}


/* webkit clip fix */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.parallax__container {
		clip: auto;
		-webkit-mask-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
	}
}
