/* Hidden on first paint until entrance animation completes */
.pp-hero-fly-image-1:not( .pp-hero-fly-image--animated ),
.pp-hero-fly-image-2:not( .pp-hero-fly-image--animated ),
.pp-hero-fly-image-3:not( .pp-hero-fly-image--animated ) {
	opacity: 0;
	visibility: hidden;
}

.pp-hero-fly-image-1,
.pp-hero-fly-image-2,
.pp-hero-fly-image-3 {
	transform-origin: 50% 50%;
	will-change: transform, opacity;
}

.pp-hero-fly-image-1.pp-hero-fly-image--animated,
.pp-hero-fly-image-2.pp-hero-fly-image--animated,
.pp-hero-fly-image-3.pp-hero-fly-image--animated {
	visibility: visible;
}

@media ( prefers-reduced-motion: reduce ) {
	.pp-hero-fly-image-1,
	.pp-hero-fly-image-2,
	.pp-hero-fly-image-3 {
		opacity: 1;
		visibility: visible;
	}
}
