/* Local Fixes */
.section-apple-books {
	margin-bottom: 0px;
}

@media only screen and (max-width: 1068px) {
	.section-apple-books {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 734px) {
	.section-apple-books {
		margin-bottom: 0px;
	}
}

/* iCloud link learn more fixed  */
@media only screen and (max-width: 320px) {
	.hero-heading-cta-container a.button:first-of-type,
	.hero-heading-cta-container button:first-of-type {
		margin-bottom: 10px;
	}
}

/* Apple Books */

.section-apple-books {
	margin-bottom: 62px;
}

@media only screen and (max-width: 1068px) {
	.section-apple-books {
		margin-bottom: 88px;
	}
}
@media only screen and (max-width: 734px) {
	.section-apple-books {
		margin-bottom: 75px;
	}
}

/* podcast */

@media only screen and (min-width: 319px) and (max-width: 322px) {
	.sm-hide {
		display: none;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.sm-hide {
		display: none;
	}
}
