/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

.page-teaching-code .section-swift-lessons .swift-lessons-download-link-code-1 .download-icon {
    background-image: url("https://images.apple.com/befr/education/education/images/teaching_code/learn_code_1_large.png")
}

@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-lessons .swift-lessons-download-link-code-1 .download-icon {
        background-image: url("https://images.apple.com/befr/education/education/images/teaching_code/learn_code_1_large_2x.png")
    }
}

.page-teaching-code .section-swift-lessons .swift-lessons-download-link-code-2 .download-icon {
    background-image: url("https://images.apple.com/befr/education/education/images/teaching_code/learn_code_2_large.png")
}

@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-lessons .swift-lessons-download-link-code-2 .download-icon {
        background-image: url("https://images.apple.com/befr/education/education/images/teaching_code/learn_code_2_large_2x.png")
    }
}


/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/



@media only screen and (min-width: 736px) {
	.page-teaching-code .section-swift-lessons .tout.column { min-height: 500px }
}


/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 