/**
 * Parallax suau de blocs en scroll (contingut es mou, fons fix separat).
 */
body.espai42-scroll-parallax .espai42-parallax-block {
	will-change: transform;
	transition: transform 0.1s linear;
}

@media (prefers-reduced-motion: reduce) {
	body.espai42-scroll-parallax .espai42-parallax-block {
		transform: none !important;
	}
}
