/*Localised screens*/

/*Compare*/
#ac-globalfooter .ac-gf-buystrip-hero .ac-gf-buystrip-hero-product
{
	background-image: url("http://images.apple.com/sg/watch/images/compare-strip/footer_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi)
{
	#ac-globalfooter .ac-gf-buystrip-hero .ac-gf-buystrip-hero-product { background-image: url("http://images.apple.com/sg/watch/images/compare-strip/footer_large_2x.jpg"); }
}

@media only screen and (max-width: 1068px)
{
	#ac-globalfooter .ac-gf-buystrip-hero .ac-gf-buystrip-hero-product
	{
		background-image: url("http://images.apple.com/sg/watch/images/compare-strip/footer_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi)
{
	#ac-globalfooter .ac-gf-buystrip-hero .ac-gf-buystrip-hero-product { background-image: url("http://images.apple.com/sg/watch/images/compare-strip/footer_medium_2x.jpg"); }
}

@media only screen and (max-width: 735px)
{
	#ac-globalfooter .ac-gf-buystrip-hero .ac-gf-buystrip-hero-product
	{
		background-image: url("http://images.apple.com/sg/watch/images/compare-strip/footer_small.jpg");
	}
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi)
{
	#ac-globalfooter .ac-gf-buystrip-hero .ac-gf-buystrip-hero-product { background-image: url("http://images.apple.com/sg/watch/images/compare-strip/footer_small_2x.jpg"); }
}
