/* Local overrides */

/*Localised screen*/
/* HERO */
.section-hero .hero-container .hero-image {
	background-image: url("/lae/watch/shared/why-apple-watch/images/overview/hero/hero__csf3fcai8rcm_large.jpg");
}
@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.section-hero .hero-container .hero-image {
		background-image: url("/lae/watch/shared/why-apple-watch/images/overview/hero/hero__csf3fcai8rcm_large_2x.jpg");
	}
}
@media only screen and (max-width: 1068px) {
	.section-hero .hero-container .hero-image {
		background-image: url("/lae/watch/shared/why-apple-watch/images/overview/hero/hero__csf3fcai8rcm_medium.jpg");
	}
}
@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-hero .hero-container .hero-image {
		background-image: url("/lae/watch/shared/why-apple-watch/images/overview/hero/hero__csf3fcai8rcm_medium_2x.jpg");
	}
}
@media only screen and (max-width: 734px) {
	.section-hero .hero-container .hero-image {
		background-image: url("/lae/watch/shared/why-apple-watch/images/overview/hero/hero__csf3fcai8rcm_small.jpg");
	}
}
@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-hero .hero-container .hero-image {
		background-image: url("/lae/watch/shared/why-apple-watch/images/overview/hero/hero__csf3fcai8rcm_small_2x.jpg");
	}
}
