.section-more .row:not(:first-of-type) {
	margin-top: 4em;
}

.hero-image {
	margin-top: 2em;
}

.screen-hero {
	background: url("/macos/images/screen-hero-large.jpg");
	background-size: 100% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.screen-hero {
		background-image: url("/macos/images/screen-hero-large_2x.jpg")
	}
}

.ipad-apps-for-mac-lockup {
	margin-top: 2em;
	width: 980px;
	height: 426px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/macos/images/ipad-apps-for-mac-lockup-large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.ipad-apps-for-mac-lockup {
		background-image: url("/macos/images/ipad-apps-for-mac-lockup-large_2x.png");
	}
}

.sidecar-lockup {
	margin-top: 2em;
	width: 980px;
	height: 426px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/macos/images/sidecar-lockup-large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.sidecar-lockup {
		background-image: url("/macos/images/sidecar-lockup-large_2x.png");
	}
}

.icon-xcode {
	margin-bottom: 1em;
	width: 128px;
	height: 128px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/assets/elements/icons/xcode/xcode-128x128.png")
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.icon-xcode {
		background-image: url("/assets/elements/icons/xcode/xcode-128x128_2x.png");
	}
}


@media only screen and (max-width: 1068px) {
	#main section.section-more .section-content .row > .column.medium-6:nth-of-type(odd) > * {
		padding-right: 28px;
	}
	#main section.section-more .section-content .row > .column.medium-6:nth-of-type(even) > * {
		padding-left: 28px;
	}
	.screen-hero {
		background: url("/macos/images/screen-hero-medium.jpg");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.screen-hero {
			background-image: url("/macos/images/screen-hero-medium_2x.jpg")
		}
	}
	.ipad-apps-for-mac-lockup {
		width: 692px;
		height: 301px;
		background-image: url("/macos/images/ipad-apps-for-mac-lockup-medium.png");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.ipad-apps-for-mac-lockup {
			background-image: url("/macos/images/ipad-apps-for-mac-lockup-medium_2x.png");
		}
	}
	.sidecar-lockup {
		width: 692px;
		height: 301px;
		background-image: url("/macos/images/sidecar-lockup-medium.png");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.sidecar-lockup {
			background-image: url("/macos/images/sidecar-lockup-medium_2x.png");
		}
	}
}


@media only screen and (max-width: 735px) {
	.section-more .row:not(:first-of-type) {
		margin-top: 0;
	}
	#main section.section-more .section-content .row > .column.medium-6:nth-of-type(odd) > *,
	#main section.section-more .section-content .row > .column.medium-6:nth-of-type(even) > * {
		padding-right: 0;
		padding-left: 0;
	}
	.hero-image {
		margin: 1em auto;
	}
	.screen-hero {
		background: url("/macos/images/screen-hero-small.jpg");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.screen-hero {
			background-image: url("/macos/images/screen-hero-small_2x.jpg")
		}
	}
	.ipad-apps-for-mac-lockup {
		margin: 1em auto;
		width: 300px;
		height: 131px;
		background-image: url("/macos/images/ipad-apps-for-mac-lockup-small.png");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.ipad-apps-for-mac-lockup {
			background-image: url("/macos/images/ipad-apps-for-mac-lockup-small_2x.png");
		}
	}
	.sidecar-lockup {
		margin: 1em auto;
		width: 300px;
		height: 131px;
		background-image: url("/macos/images/sidecar-lockup-small.png");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.sidecar-lockup {
			background-image: url("/macos/images/sidecar-lockup-small_2x.png");
		}
	}
}