
.parallax100 {
	overflow: hidden;
}

.parallax100 .inner-parallax {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}