/* LOCALISED SCREENS — START */

/* Red Cross Banner */
.redcross-banner-wrapper .redcross-banner .image-redcross-logo
{
	width: 168px;
	height: 29px;
	background-size: 168px 29px;
	background-image: url("http://images.apple.com/au/home/images/misc/redcross_banner_large.jpg");
	top: 18px;
}

@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)
{
	.redcross-banner-wrapper .redcross-banner .image-redcross-logo { background-image: url("http://images.apple.com/au/home/images/misc/redcross_banner_large_2x.jpg"); }
}

@media only screen and (max-width: 735px)
{
	.redcross-banner-wrapper .redcross-banner .image-redcross-logo
	{
		position: relative;
		top: auto;
		-webkit-transform: none;
		transform: none;
		margin: 0 auto 4px;
	}
}

/* PROMO TILE - watchOS - start */
.promo-watch-os {
	background-size: 360px 200px;
	background-image: url("http://images.apple.com/au/home/images/promos/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/au/home/images/promos/watchos_large_2x.jpg"); }
}
@media only screen and (min-width: 1442px) {
	.promo-watch-os {
		background-size: 640px 200px;
		background-image: url("http://images.apple.com/au/home/images/promos/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/au/home/images/promos/watchos_xlarge_2x.jpg"); }
}
@media only screen and (max-width: 1068px) {
	.promo-watch-os {
		background-size: 640px 200px;
		background-image: url("http://images.apple.com/au/home/images/promos/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/au/home/images/promos/watchos_medium_2x.jpg"); }
}
@media only screen and (max-width: 735px) {
	.promo-watch-os {
		background-size: 736px 200px;
		background-image: url("http://images.apple.com/au/home/images/promos/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/au/home/images/promos/watchos_small_2x.jpg"); }
}
/* PROMO TILE - watchOS - end */

/* /////////////////////// */

/* PROMO TILE - iOS - start */
.promo-ios {
	background-size: 360px 200px;
	background-image: url("http://images.apple.com/au/home/images/promos/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/au/home/images/promos/ios_large_2x.jpg"); }
}
@media only screen and (min-width: 1442px) {
	.promo-ios {
		background-size: 640px 200px;
		background-image: url("http://images.apple.com/au/home/images/promos/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/au/home/images/promos/ios_xlarge_2x.jpg"); }
}
@media only screen and (max-width: 1068px) {
	.promo-ios {
		background-size: 640px 200px;
		background-image: url("http://images.apple.com/au/home/images/promos/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/au/home/images/promos/ios_medium_2x.jpg"); }
}
@media only screen and (max-width: 735px) {
	.promo-ios {
		background-size: 736px 200px;
		background-image: url("http://images.apple.com/au/home/images/promos/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/au/home/images/promos/ios_small_2x.jpg"); }
}
/* PROMO TILE - iOS - end */

/* /////////////////////// */

/* GALLERY - Apple Watch - start */
.enhanced-gallery .gallery-image-watch {
	background-size: contain;
	background-image: url("http://images.apple.com/au/home/images/gallery/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/au/home/images/gallery/watch_large_2x.jpg"); }
}
@media only screen and (max-width: 1068px) {
	.enhanced-gallery .gallery-image-watch {
		background-image: url("http://images.apple.com/au/home/images/gallery/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/au/home/images/gallery/watch_medium_2x.jpg"); }
}
@media screen and (max-aspect-ratio: 5 / 6) {
	.enhanced-gallery .gallery-image-watch {
		background-size: auto 110%;
		background-image: url("http://images.apple.com/au/home/images/gallery/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/au/home/images/gallery/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/au/home/images/gallery/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/au/home/images/gallery/watch_portrait_small_2x.jpg"); }
}
@media screen and (max-aspect-ratio: 1 / 1) {
	.enhanced-gallery.android .gallery-image-watch {
		background-size: auto 100%;
		background-image: url("http://images.apple.com/au/home/images/gallery/watch_portrait_large.jpg");
	}
}
@media only screen and (max-aspect-ratio: 1 / 1) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-aspect-ratio: 1 / 1) and (min-resolution: 1.5dppx), screen and (max-aspect-ratio: 1 / 1) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-aspect-ratio: 1 / 1) and (min-resolution: 144dpi) {
	.enhanced-gallery.android .gallery-image-watch { background-image: url("http://images.apple.com/au/home/images/gallery/watch_portrait_large_2x.jpg"); }
}
@media only screen and (max-aspect-ratio: 1 / 1) and (max-width: 735px) {
	.enhanced-gallery.android .gallery-image-watch {
		background-image: url("http://images.apple.com/au/home/images/gallery/watch_portrait_small.jpg");
	}
}
@media only screen and (max-aspect-ratio: 1 / 1) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-aspect-ratio: 1 / 1) and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-aspect-ratio: 1 / 1) and (max-width: 735px) and (min-resolution: 144dpi) {
	.enhanced-gallery.android .gallery-image-watch { background-image: url("http://images.apple.com/au/home/images/gallery/watch_portrait_small_2x.jpg"); }
}
.no-js .gallery-image-watch,.no-enhanced-gallery .gallery-image-watch {
	width: 1258px;
	height: 671px;
	background-size: 1258px 671px;
	background-image: url("http://images.apple.com/au/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/au/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 {
		width: 887px;
		height: 473px;
		background-size: 887px 473px;
		background-image: url("http://images.apple.com/au/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/au/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 {
		width: 496px;
		height: 563px;
		background-size: 496px 563px;
		background-image: url("http://images.apple.com/au/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/au/home/images/stacked/watch_small_2x.jpg"); }
}
/* GALLERY - Apple Watch - end */

/* /////////////////////// */





/* LOCALISED SCREENS — END */


/* /////////////////////////////////////////////////////////////////////////////////////// */


/* LOCAL FIXES — START */




/* LOCAL FIXES — END */

