/* local overrides */

/* Custom styles */
.custom_xs {
	display: none;
}

@media only screen and (max-width: 450px) {
	.custom_xs {
		display: block;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .hero-copy-daybefore,
	.section-hero .hero-copy-dayof {
		max-width: 250px;
	}
	p.hero-link.typography-intro {
		margin-top: 1rem;
	}
}

/* sep-9-tile */
.section-recent-events .recent-events-gallery .item-container .gallery-item {
	height: 515px;
}

/* 25 post hero */
@media only screen and (min-width: 735px) {
	.post-event-body .post-event-links .state-copy.message-vod {
		display: flex;
		flex-direction: column;
	}
	.section-hero .post-event-links .watch-copy {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 405px) {
	.post-event-body
		.post-event-links
		.state-copy.message-vod
		.icon-wrapper.watch-copy {
		padding-left: 31px;
		padding-right: 31px;
	}
}
