.screen-hero {
	background-image: url("/icloud/images/screen-icloud-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) {
	.screen-hero {
		background-image: url("/icloud/images/screen-icloud-large_2x.png")
	}
}


@media only screen and (max-width: 1068px) {
	.screen-hero {
		background-image: url("/icloud/images/screen-icloud-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) {
		.screen-hero {
			background-image: url("/icloud/images/screen-icloud-medium_2x.png")
		}
	}
}


@media only screen and (max-width: 735px) {
	.screen-hero {
		background-image: url("/icloud/images/screen-icloud-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) {
		.screen-hero {
			background-image: url("/icloud/images/screen-icloud-small_2x.png")
		}
	}
}


/* ========== Grid ========== */
#main section.section.section-topics {
	padding-top: 0;
}
@media only screen and (max-width: 735px) {
	#main section.section.section-topics {
		padding-top: 0;
	}
}