/* Local Overrides */

/* sep-9-tile */
@media only screen and (min-width: 735px) {
	.section-recent-events
		.recent-events-gallery
		.item-container
		.gallery-item {
		height: 495px;
	}
}
@media only screen and (max-width: 734px) {
	.section-recent-events
		.recent-events-gallery
		.item-container
		.gallery-item {
		height: 515px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .message-live,
	.section-hero .message-pending {
		max-width: 350px;
	}
}

/* hero */

@media only screen and (max-width: 734px) {
	.section-hero .hero-copy-announce {
		max-width: 287px;
	}
}

/* cta hero button */
@media only screen and (max-width: 734px) {
	.cta-links-launch a{
		text-wrap: wrap;
    	max-width: 136px;
	}
	.section-hero .cta-links-launch {
    	margin-top: .8em;
	}
}
