/* image localisation - START */

/* image localisation - END */

/* local fix - START */

.page-teaching-code .section-ipad .section-headline {
	max-width: 610px;
}
@media only screen and (max-width: 1068px) {
	.page-teaching-code .section-ipad .section-headline {
		max-width: 548px;
	}
}
@media only screen and (max-width: 735px) {
	.page-teaching-code .section-ipad .section-headline {
		max-width: 90%;
	}
}

@media only screen and (min-width: 736px) and (max-width: 1068px) {
	.page-teaching-code .section-swift-lessons .column .local-fix {
		margin-top: 35px;
	}
}

.page-teaching-code .section-develop-in-swift .img-section-hero {
	background-image: url("/nz/education/k12/teaching-code/images/build_apps__f976zbtscci2_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-develop-in-swift .img-section-hero {
		background-image: url("/nz/education/k12/teaching-code/images/build_apps__f976zbtscci2_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.page-teaching-code .section-develop-in-swift .img-section-hero {
		background-image: url("/nz/education/k12/teaching-code/images/build_apps__f976zbtscci2_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-develop-in-swift .img-section-hero {
		background-image: url("/nz/education/k12/teaching-code/images/build_apps__f976zbtscci2_medium_2x.jpg");
	}
}

@media only screen and (max-width: 735px) {
	.page-teaching-code .section-develop-in-swift .img-section-hero {
		background-image: url("/nz/education/k12/teaching-code/images/build_apps__f976zbtscci2_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-develop-in-swift .img-section-hero {
		background-image: url("/nz/education/k12/teaching-code/images/build_apps__f976zbtscci2_small_2x.jpg");
	}
}
/* local fix - END */
