/* Local Overrides */

/* hero */
.section-hero .hero-copy-announce {
	max-width: 460px;
}

@media only screen and (max-width: 734px) {
	.section-hero .hero-copy-announce {
		max-width: 220px;
	}
}
/* 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;
	}
}

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

.xs-break {
	display: none;
}

@media only screen and (max-width: 334px) {
	.xs-break {
		display: block;
	}
}

/* disclaimer section announced */
.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;
	}
}
