main {
	overflow: hidden;
}

.hero-section-hero {
	background-repeat: no-repeat;
	background-image: url('/National_Library/20161130034600oe_/https://developer.apple.com/osx/images/hero-section-hero-large.png');
	background-size: 948px 563px;
	width: 948px;
	height:563px;
	margin: 60px auto 40px;
}

.force-touch-section-hero {
	background-repeat: no-repeat;
	background-image: url('https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://devimages.apple.com.edgekey.net/osx/images/force-touch-section-hero-large.jpg');
	background-size: 850px 779px;
	width: 850px;
	height:779px;
	margin-top: 100px;
	margin-bottom:0;
}

@media all and (min-width:768px) and (max-width:1023px) {
	.hero-section-hero {
		background-image: url('/National_Library/20161130034600oe_/https://developer.apple.com/osx/images/hero-section-hero-large.png');
		background-size: 700px 401px;
		width: 700px;
		height:401px;
		margin: 60px auto 40px;
	}

	.force-touch-section-hero {
		background-image: url('https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://devimages.apple.com.edgekey.net/osx/images/force-touch-section-hero-medium.jpg');
		background-size: 600px 567px;
		width: 600px;
		height:567px;
		margin-top: 210px;
	}

}

@media all and (max-width:767px) {
	.hero-section-hero {
		background-image: url('/National_Library/20161130034600oe_/https://developer.apple.com/osx/images/hero-section-hero-small.png');
		background-size: 288px 165px;
		width: 288px;
		height:165px;
		margin: 60px auto 20px;
	}

	.force-touch-section-hero {
		background-image: url('https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://devimages.apple.com.edgekey.net/osx/images/force-touch-section-hero-small.jpg');
		background-size: 288px 272px;
		width: 288px;
		height:272px;
		margin-top: 30px;
		margin-left:auto;
		margin-right:auto;
	}
}
