.main {
	overflow:hidden;
}

.education-hero {
	background-repeat: no-repeat;
	background-image: url('https://web-archive.nli.org.il/National_Library/20161002033601oe_/https://devimages.apple.com.edgekey.net/education/images/education-hero.png');
	background-size:875px 512px;
	width:875px;
	height:512px;
	margin: 48px auto 24px;
}

@media all and (min-width:768px) and (max-width:1023px) {
	.education-hero {
		background-size:700px 410px;
		width:700px;
		height:410px;
	}
}

@media all and (max-width:767px) {
	.education-hero {
		background-size:300px 176px;
		width:300px;
		height:176px;
	}
}
