/** watch banner */
.enhanced-gallery .gallery-image-watch {
	background-image: url("http://images.apple.com/sg/home/images/watch_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) {
	.enhanced-gallery .gallery-image-watch {
		background-image: url("http://images.apple.com/sg/home/images/watch_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.enhanced-gallery .gallery-image-watch {
		background-image: url("http://images.apple.com/sg/home/images/watch_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) {
	.enhanced-gallery .gallery-image-watch {
		background-image: url("http://images.apple.com/sg/home/images/watch_medium_2x.jpg");
	}
}

@media screen and (max-aspect-ratio: 5 / 6) {
	.enhanced-gallery .gallery-image-watch {
		background-image: url("http://images.apple.com/sg/home/images/watch_portrait_large.jpg");
	}
}

@media only screen and (max-aspect-ratio: 5 / 6) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-aspect-ratio: 5 / 6) and (min-resolution: 1.5dppx), screen and (max-aspect-ratio: 5 / 6) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-aspect-ratio: 5 / 6) and (min-resolution: 144dpi) {
	.enhanced-gallery .gallery-image-watch {
		background-image: url("http://images.apple.com/sg/home/images/watch_portrait_large_2x.jpg");
	}
}

@media only screen and (max-aspect-ratio: 5 / 6) and (max-width: 735px) {
	.enhanced-gallery .gallery-image-watch {
		background-image: url("http://images.apple.com/sg/home/images/watch_portrait_small.jpg");
	}
}

@media only screen and (max-aspect-ratio: 5 / 6) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-aspect-ratio: 5 / 6) and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-aspect-ratio: 5 / 6) and (max-width: 735px) and (min-resolution: 144dpi) {
	.enhanced-gallery .gallery-image-watch {
		background-image: url("http://images.apple.com/sg/home/images/watch_portrait_small_2x.jpg");
	}
}


/* ie version */

.no-js .gallery-image-watch,.no-enhanced-gallery .gallery-image-watch
{

	background-image: url("http://images.apple.com/sg/home/images/stacked/watch_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)
{
	.no-js .gallery-image-watch,.no-enhanced-gallery .gallery-image-watch { background-image: url("http://images.apple.com/sg/home/images/stacked/watch_large_2x.jpg"); }
}

@media only screen and (max-width: 1068px)
{
	.no-js .gallery-image-watch,.no-enhanced-gallery .gallery-image-watch
	{
		background-image: url("http://images.apple.com/sg/home/images/stacked/watch_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)
{
	.no-js .gallery-image-watch,.no-enhanced-gallery .gallery-image-watch { background-image: url("http://images.apple.com/sg/home/images/stacked/watch_medium_2x.jpg"); }
}

@media only screen and (max-width: 735px)
{
	.no-js .gallery-image-watch,.no-enhanced-gallery .gallery-image-watch
	{
		background-image: url("http://images.apple.com/sg/home/images/stacked/watch_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)
{
	.no-js .gallery-image-watch,.no-enhanced-gallery .gallery-image-watch { background-image: url("http://images.apple.com/sg/home/images/stacked/watch_small_2x.jpg"); }
}

/** Promo tiles **/
/*macOS Sierra*/
.promo-macos-sierra {
    background-size: 360px 200px;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/sg/home/images/macos/macos_sierra_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) {
    .promo-macos-sierra {
        background-image: url("http://images.apple.com/sg/home/images/macos/macos_sierra_large_2x.jpg")
    }
}
@media only screen and (min-width: 1442px) {
    .promo-macos-sierra {
        background-size: 640px 200px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/sg/home/images/macos/macos_sierra_xlarge.jpg")
    }
}
@media only screen and (min-width: 1442px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 1442px) and (min-resolution: 1.5dppx),
only screen and (min-width: 1442px) and (min-resolution: 144dpi) {
    .promo-macos-sierra {
        background-image: url("http://images.apple.com/sg/home/images/macos/macos_sierra_xlarge_2x.jpg")
    }
}
@media only screen and (max-width: 1068px) {
    .promo-macos-sierra {
        background-size: 640px 200px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/sg/home/images/macos/macos_sierra_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) {
    .promo-macos-sierra {
        background-image: url("http://images.apple.com/sg/home/images/macos/macos_sierra_medium_2x.jpg")
    }
}
@media only screen and (max-width: 735px) {
    .promo-macos-sierra {
        background-size: 736px 200px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/sg/home/images/macos/macos_sierra_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) {
    .promo-macos-sierra {
        background-image: url("http://images.apple.com/sg/home/images/macos/macos_sierra_small_2x.jpg")
    }
}


/* ios 10 promo */
.promo-ios {
	background-image: url("http://images.apple.com/sg/home/images/ios_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) {
	.promo-ios {
		background-image: url("http://images.apple.com/sg/home/images/ios_large_2x.jpg")
	}
}

@media only screen and (min-width: 1442px) {
	.promo-ios {
		background-image: url("http://images.apple.com/sg/home/images/ios_xlarge.jpg")
	}
}

@media only screen and (min-width: 1442px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1442px) and (min-resolution: 1.5dppx), only screen and (min-width: 1442px) and (min-resolution: 144dpi) {
	.promo-ios {
		background-image: url("http://images.apple.com/sg/home/images/ios_xlarge_2x.jpg")
	}
}

@media only screen and (max-width: 1068px) {
	.promo-ios {
		background-image: url("http://images.apple.com/sg/home/images/ios_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) {
	.promo-ios {
		background-image: url("http://images.apple.com/sg/home/images/ios_medium_2x.jpg")
	}
}

@media only screen and (max-width: 735px) {
	.promo-ios {
		background-image: url("http://images.apple.com/sg/home/images/ios_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) {
	.promo-ios {
		background-image: url("http://images.apple.com/sg/home/images/ios_small_2x.jpg")
	}
}

/* watchos promo */
.promo-watch-os {
	background-image: url("http://images.apple.com/sg/home/images/watchos_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) {
	.promo-watch-os {
		background-image: url("http://images.apple.com/sg/home/images/watchos_large_2x.jpg")
	}
}

@media only screen and (min-width: 1442px) {
	.promo-watch-os {
		background-image: url("http://images.apple.com/sg/home/images/watchos_xlarge.jpg")
	}
}

@media only screen and (min-width: 1442px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1442px) and (min-resolution: 1.5dppx), only screen and (min-width: 1442px) and (min-resolution: 144dpi) {
	.promo-watch-os {
		background-image: url("http://images.apple.com/sg/home/images/watchos_xlarge_2x.jpg")
	}
}

@media only screen and (max-width: 1068px) {
	.promo-watch-os {
		background-image: url("http://images.apple.com/sg/home/images/watchos_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) {
	.promo-watch-os {
		background-image: url("http://images.apple.com/sg/home/images/watchos_medium_2x.jpg")
	}
}

@media only screen and (max-width: 735px) {
	.promo-watch-os {
		background-image: url("http://images.apple.com/sg/home/images/watchos_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) {
	.promo-watch-os {
		background-image: url("http://images.apple.com/sg/home/images/watchos_small_2x.jpg")
	}
}

/* music promo */
.promo-music {
	background-image: url("http://images.apple.com/sg/home/images/music_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) {
	.promo-music {
		background-image: url("http://images.apple.com/sg/home/images/music_large_2x.jpg")
	}
}

@media only screen and (min-width: 1442px) {
	.promo-music {
		background-image: url("http://images.apple.com/sg/home/images/music_xlarge.jpg")
	}
}

@media only screen and (min-width: 1442px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1442px) and (min-resolution: 1.5dppx), only screen and (min-width: 1442px) and (min-resolution: 144dpi) {
	.promo-music {
		background-image: url("http://images.apple.com/sg/home/images/music_xlarge_2x.jpg")
	}
}

@media only screen and (max-width: 1068px) {
	.promo-music {
		background-image: url("http://images.apple.com/sg/home/images/music_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) {
	.promo-music {
		background-image: url("http://images.apple.com/sg/home/images/music_medium_2x.jpg")
	}
}

@media only screen and (max-width: 735px) {
	.promo-music {
		background-image: url("http://images.apple.com/sg/home/images/music_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) {
	.promo-music {
		background-image: url("http://images.apple.com/sg/home/images/music_small_2x.jpg")
	}
}

.promo-october-event {
	background-image: url("http://images.apple.com/sg/home/images/october_event_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) {
	.promo-october-event {
		background-image: url("http://images.apple.com/sg/home/images/october_event_large_2x.jpg")
	}

}

@media only screen and (min-width:1442px) {
	.promo-october-event {
		background-image: url("http://images.apple.com/sg/home/images/october_event_xlarge.jpg")
	}

}

@media only screen and (min-width:1442px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-width:1442px) and (min-resolution:1.5dppx), only screen and (min-width:1442px) and (min-resolution:144dpi) {
	.promo-october-event {
		background-image: url("http://images.apple.com/sg/home/images/october_event_xlarge_2x.jpg")
	}

}

@media only screen and (max-width:1068px) {
	.promo-october-event {
		background-image: url("http://images.apple.com/sg/home/images/october_event_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) {
	.promo-october-event {
		background-image: url("http://images.apple.com/sg/home/images/october_event_medium_2x.jpg")
	}

}

@media only screen and (max-width:735px) {
	.promo-october-event {
		background-image: url("http://images.apple.com/sg/home/images/october_event_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) {
	.promo-october-event {
		background-image: url("http://images.apple.com/sg/home/images/october_event_small_2x.jpg")
	}

}

.promo-watch-series-2 {
	background-image: url("http://images.apple.com/sg/home/images/watch_series_2_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) {
	.promo-watch-series-2 {
		background-image: url("http://images.apple.com/sg/home/images/watch_series_2_large_2x.jpg")
	}
}
@media only screen and (min-width:1442px) {
	.promo-watch-series-2 {
		background-image: url("http://images.apple.com/sg/home/images/watch_series_2_xlarge.jpg")
	}
}
@media only screen and (min-width:1442px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-width:1442px) and (min-resolution:1.5dppx), only screen and (min-width:1442px) and (min-resolution:144dpi) {
	.promo-watch-series-2 {
		background-image: url("http://images.apple.com/sg/home/images/watch_series_2_xlarge_2x.jpg")
	}
}
@media only screen and (max-width:1068px) {
	.promo-watch-series-2 {
		background-image: url("http://images.apple.com/sg/home/images/watch_series_2_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) {
	.promo-watch-series-2 {
		background-image: url("http://images.apple.com/sg/home/images/watch_series_2_medium_2x.jpg")
	}
}
@media only screen and (max-width:735px) {
	.promo-watch-series-2 {
		background-image: url("http://images.apple.com/sg/home/images/watch_series_2_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) {
	.promo-watch-series-2 {
		background-image: url("http://images.apple.com/sg/home/images/watch_series_2_small_2x.jpg")
	}
}