@media screen and (min-width:768px) {
	.page-education .section-it .section-content .intro .it_medium {
		white-space: nowrap;
	}
}
/* IT - section */

@media only screen and (max-width: 735px){
	.page-overview .section-it{
		height: 565px;
	}
	.page-overview .section-it .image-it {
	    top: 560px;
	}
}
/* Apple Teacher - section */
.insp_link {
	color: #0070c9!important;
}
.page-overview .section-inspiration {
	height: 1150px;
}
.page-overview .section-inspiration .apple-teacher {
	width: 2560px;
	height: 1150px;
	background-size: 2560px 1150px;
	background-repeat: no-repeat;
	background-image: url("https://images.apple.com/v/education/apple-teacher/a/images/hero_apple_teacher_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-overview .section-inspiration .apple-teacher {
		background-image: url("https://images.apple.com/v/education/apple-teacher/a/images/hero_apple_teacher_large_2x.jpg")
	}
}
@media only screen and (max-width:1068px) {
	.page-overview .section-inspiration {
		height: 835px;
	}
	.page-overview .section-inspiration .apple-teacher {
		width: 1068px;
		height: 835px;
		background-size: 1068px 835px;
		background-repeat: no-repeat;
		background-image: url("https://images.apple.com/v/education/apple-teacher/a/images/hero_apple_teacher_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-overview .section-inspiration .apple-teacher {
		background-image: url("https://images.apple.com/v/education/apple-teacher/a/images/hero_apple_teacher_medium_2x.jpg")
	}
}
@media only screen and (max-width:735px) {
	.page-overview .section-inspiration{
		height: 439px;
	}
	.page-overview .section-inspiration .apple-teacher {
		width: 736px;
		height: 494px;
		background-size: 736px 494px;
		background-repeat: no-repeat;
		background-image: url("https://images.apple.com/mx/education/apple-teacher/images/hero_apple_teacher_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-overview .section-inspiration .apple-teacher {
		background-image: url("https://images.apple.com/mx/education/apple-teacher/images/hero_apple_teacher_small_2x.jpg")
	}
}
@media only screen and (max-width:735px) {
	.page-overview .section-inspiration {
		padding-top: 505px
	}
	.page-overview .section-inspiration .column {
		margin-top: -505px
	}
	.page-overview .section-inspiration .apple-teacher {
		/*top: auto;*/
		top: 450px;
		/*bottom: 0*/
	}
}

/*  Apple Distinguished Educators - section */

.dist_ed {
    color: #fff!important;
}
.page-overview .section-educators {
	height: 1150px;
}
.page-overview .section-educators .distinguished-ed {
	width: 2560px;
	height: 1150px;
	background-size: 2560px 1150px;
	background-repeat: no-repeat;
	background-image: url("https://images.apple.com/mx/education/home/images/apple_distinguished_ed_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-overview .section-educators .distinguished-ed {
		background-image: url("https://images.apple.com/mx/education/home/images/apple_distinguished_ed_large_2x.jpg")
	}
}
@media only screen and (max-width:1068px) {
	.page-overview .section-educators {
		height: 835px;
	}
	.page-overview .section-educators .distinguished-ed {
		width: 1068px;
		height: 835px;
		background-size: 1068px 835px;
		background-repeat: no-repeat;
		background-image: url("https://images.apple.com/mx/education/home/images/apple_distinguished_ed_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-overview .section-educators .distinguished-ed {
		background-image: url("https://images.apple.com/mx/education/home/images/apple_distinguished_ed_medium_2x.jpg")
	}
}
@media only screen and (max-width:735px) {
	.section.section-educators.section-dark{
		background-color: black;
	}
	.page-overview .section-educators{
		height: 505px;
	}
	.page-overview .section-educators .distinguished-ed {
		width: 736px;
		height: 560px;
		background-size: 736px 560px;
		background-repeat: no-repeat;
		background-image: url("https://images.apple.com/mx/education/home/images/apple_distinguished_ed_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-overview .section-educators .distinguished-ed {
		background-image: url("https://images.apple.com/mx/education/home/images/apple_distinguished_ed_small_2x.jpg")
	}
}
@media only screen and (max-width:735px) {
	.page-overview .section-educators {
		padding-top: 505px
	}
	.page-overview .section-educators .column {
		margin-top: -505px
	}
	.page-overview .section-educators .distinguished-ed {
		/*top: auto;*/
		top: 450px;
		/*bottom: 0*/
	}
}