/* text */
.text-reveal {
	overflow: hidden;
}
.text-reveal span {
	display: inline-block;
	transform: translateY(100%);
	opacity: 0;
}

/* fadeLeftIn */
.textFadeLeftIn,
.textFadeRightIn {
	white-space: pre-wrap;
	display: inline-block;
	overflow: visible;
}
.textFadeLeftIn span,
.textFadeRightIn span {
	display: inline-block;
	opacity: 0;
	will-change: transform, opacity;
}

/* parallax */
.parallax {
	background-repeat: no-repeat;
	background-size: cover;
}
