/* Local Overrides */

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

/* Recent Events Tile */

@media only screen and (min-width: 735px) {
	.section-recent-events
		.recent-events-gallery
		.item-container
		.gallery-item {
		height: 490px;
	}
}

@media only screen and (max-width: 734px) {
	.section-recent-events
		.recent-events-gallery
		.item-container
		.gallery-item {
		height: 475px;
	}
}

.section-recent-events
	.recent-events-gallery
	.item-container
	.gallery-item
	.cta-container {
	min-height: 60px;
}
