/* LOCAL FIXES */

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

/* Ribbon */
@media only screen and (max-width: 520px) {
	.ribbon p {
		width: 285px !important;
	}
}

/* Buttons fix */
@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.custom {
		margin-bottom: 12px;
	}
}

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