/**
 * Sprint P3 responsive Home LCP image.
 *
 * The selector and rendering properties mirror BeTheme's existing hero rule;
 * only the image resource changes.
 */
body.home section.mcb-section-8lg1k7px {
	background-image: url("../images/p3/home-hero-1717.webp") !important;
}

@media (max-width: 800px) {
	body.home section.mcb-section-8lg1k7px {
		background-image: url("../images/p3/home-hero-1200.webp") !important;
	}
}

@media (max-width: 480px) {
	body.home section.mcb-section-8lg1k7px {
		background-image: url("../images/p3/home-hero-800.webp") !important;
	}
}
