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

/* hero */
@media only screen and (max-width: 474px) {
	.section-hero .hero-copy-announce,
	.section-hero .hero-copy-dayof {
		max-width: 290px;
	}
}

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

	.section-hero .hero-copy-dayof {
		max-width: 400px;
	}
}

/* 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: 0.8em;
	}
}

.section-announced .custom_disclaimer {
	color: #ffffff;
	opacity: 56%;
	margin-top: 16px;
}

/* cards section announced */

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-announced .announced-item-child-safety .copy-container,
	.section-announced .announced-item-siri .copy-container {
		width: 53%;
		padding-right: 0px;
	}

	.section-announced .announced-item-siri img {
		margin-top: 48px;
	}
}
