/* image localisation - START */
.page-teaching-code .section-swift .section-image { background-image: url("https://images.apple.com/au/education/teaching-code/images/swift_first_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)
{
	.page-teaching-code .section-swift .section-image { background-image: url("https://images.apple.com/au/education/teaching-code/images/swift_first_large_2x.jpg"); }
}

@media only screen and (max-width: 1068px)
{
	.page-teaching-code .section-swift .section-image { background-image: url("https://images.apple.com/au/education/teaching-code/images/swift_first_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)
{
	.page-teaching-code .section-swift .section-image { background-image: url("https://images.apple.com/au/education/teaching-code/images/swift_first_medium_2x.jpg"); }
}

@media only screen and (max-width: 735px)
{
	.page-teaching-code .section-swift .section-image { background-image: url("https://images.apple.com/au/education/teaching-code/images/swift_first_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)
{
	.page-teaching-code .section-swift .section-image { background-image: url("https://images.apple.com/au/education/teaching-code/images/swift_first_small_2x.jpg"); }
}




.page-teaching-code .section-students .section-image { background-image: url("https://images.apple.com/au/education/teaching-code/images/swift_mac_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)
{
	.page-teaching-code .section-students .section-image { background-image: url("https://images.apple.com/au/education/teaching-code/images/swift_mac_large_2x.jpg"); }
}

@media only screen and (max-width: 1068px)
{
	.page-teaching-code .section-students .section-image { background-image: url("https://images.apple.com/au/education/teaching-code/images/swift_mac_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)
{
	.page-teaching-code .section-students .section-image { background-image: url("https://images.apple.com/au/education/teaching-code/images/swift_mac_medium_2x.jpg"); }
}

@media only screen and (max-width: 735px)
{
	.page-teaching-code .section-students .section-image { background-image: url("https://images.apple.com/au/education/teaching-code/images/swift_mac_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)
{
	.page-teaching-code .section-students .section-image { background-image: url("https://images.apple.com/au/education/teaching-code/images/swift_mac_small_2x.jpg"); }
}

/* image localisation - END */
/* local fix - START */
/* local fix - END */
