/* hero headline */
@media only screen and (max-width: 375px) {
	.typography-hero-headline {
		font-size: 40px;
	}
}

/* compare section */
@media only screen and (max-width: 1068px) {
	.typography-compare-pricing {
		font-size: 15px;
	}
}

/* apple one tile */
.section-apple-one .banner-logo {
	background-image: url(/id/icloud/images/overview/apple_one_banner__cj7806iyve2q_large.jpg);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
	.section-apple-one .banner-logo {
		background-image: url(/id/icloud/images/overview/apple_one_banner__cj7806iyve2q_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.section-apple-one .banner-logo {
		width: 404px;
		height: 153px;
		background-size: 404px 153px;
		background-repeat: no-repeat;
		background-image: url(/id/icloud/images/overview/apple_one_banner__cj7806iyve2q_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) {
	.section-apple-one .banner-logo {
		background-image: url(/id/icloud/images/overview/apple_one_banner__cj7806iyve2q_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.section-apple-one .banner-logo {
		width: 279px;
		height: 114px;
		background-size: 279px 114px;
		background-repeat: no-repeat;
		background-image: url(/id/icloud/images/overview/apple_one_banner__cj7806iyve2q_small.jpg);
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-apple-one .banner-logo {
		background-image: url(/id/icloud/images/overview/apple_one_banner__cj7806iyve2q_small_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.section-always-on .section-header {
		padding-right: 20px;
	}
}

.section-hero .hero-section-header {
	min-height: 722px;
}

html.text-zoom .section-hero .hero-section-header {
	min-height: 750px;
}

@media only screen and (max-width: 1068px) {
	.section-hero .hero-section-header {
		min-height: 670px;
	}
}

@media only screen and (max-width: 1068px) and (orientation: landscape) {
	html.text-zoom .section-hero .hero-section-header {
		min-height: 750px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .hero-section-header {
		min-height: 450px;
	}
}

@media only screen and (max-width: 734px) and (orientation: landscape) {
	.section-hero .hero-section-header {
		min-height: 450px;
	}
}
