/* Local Overrides */

/* hero */
@media only screen and (max-width: 1130px) and (min-width: 1069px) {
	.section-hero .typography-hero-headline {
		font-size: 90px;
	}
}
@media only screen and (max-width: 760px) and (min-width: 735px) {
	.section-hero .typography-hero-headline {
		font-size: 60px;
	}
}

/* Buttons */
@media only screen and (max-width: 369px) {
	.hero-heading-cta-container .button-custom {
		font-size: 14px;
	}
}
@media only screen and (max-width: 369px) {
	.hero-heading-block-background .hero-heading-cta-container a.button {
		font-size: 14px;
	}
}

/* some buttons stack and need to have additional margin at small sizes */
@media only screen and (max-width: 734px) {
	.fix-01 {
		margin-bottom: 13px;
	}
}

@media only screen and (max-width: 1068px) {
	.marquee-subtitle {
		white-space: inherit;
		text-overflow: inherit;
	}

	.section-apple-tv-plus .dynamic-gallery-item-container {
		height: 250px;
	}
}

@media only screen and (max-width: 734px) {
	.section-apple-tv-plus .dynamic-gallery-item-container {
		height: 195px;
	}
}

@media only screen and (min-width: 370px) and (max-width: 383px) {
	.button.button-neutral {
		margin-bottom: 12px;
	}
}

@media only screen and (max-width: 332px) {
	.button.button-neutral {
		margin-bottom: 12px;
	}
}

/* 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;
	}
}

/* fitness */

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