.l-section.magic-bg-parallax {
	overflow: hidden;
}

.l-section.magic-bg-parallax > .l-section-img {
	top: -15%;
	bottom: -15%;
	height: auto;
	will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
	.l-section.magic-bg-parallax > .l-section-img {
		top: 0;
		bottom: 0;
		transform: none !important;
		will-change: auto;
	}
}
