/* Keep the homepage artwork visible behind the three-line hero title on mobile. */
@media (max-width: 782px) {
	body.home .z-home-hero__title,
	body.home .z-home-hero__title strong,
	body.home .z-home-hero__title em {
		background: transparent !important;
		background-color: transparent !important;
		box-shadow: none !important;
	}
}

