@media only screen and (max-width: 1068px) {
	.typography-hero-gallery-headline {
		font-size: 43px;
	}
}

@media only screen and (max-width: 735px) {
	.section-hero .gallery-container .hero-item-container {
		min-height: 590px;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-hero .gallery-container .gallery-item.gallery-item-apple-games .hero-gallery-copy {
		max-width: 520px;
	}
}
