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

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


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




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


.swift-lessons-download .column {
	min-height: 400px;
}

@media only screen and (max-width: 1068px) {
	.swift-lessons-download .column {
		min-height: 455px;
	}
}

@media only screen and (max-width: 735px) {
	.swift-lessons-download .column {
		min-height: 0px;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 736px) {

	.page-teaching-code .section-hero .section-hero-headline { padding-top: 133px; }

}


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