/* text */
.textReveal .word {
	white-space: nowrap;
	display: inline-block;
}

.textReveal .char {
	display: inline-block;
}

/* 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;
}