/* Hero */
@media screen and (min-width: 1069px) {
	.section-welcome .marquee .viewport-content {
		column-gap: 100px;
	}
}

/* Highlights section */
.section-media-card
	.viewport-content
	.section-header
	.section-header-cta-list-wrapper {
	display: none;
}

/* CTA padding */
@media (min-width: 735px) and (max-width: 1068px) {
	.section-welcome .marquee .viewport-content .detail-inner-group {
		margin-top: 31px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-welcome .marquee {
		padding-bottom: 81px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-welcome .marquee {
		padding-bottom: 64px;
	}
}

@media (max-width: 734px) {
	.section-welcome .detail-inner-group {
		padding: 16px 0;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.section-welcome .detail-inner-group {
		justify-content: center;
	}
}

/* Environmental cards */
.custom-break {
	display: none;
}

@media screen and (max-width: 480px) {
	.custom-break {
		display: inline;
	}
}

.section-media-card .media-gallery-item-siri .caption .disclaimer {
	display: block;
	padding-top: 1.2em;
}

@media screen and (max-width: 450px) {
	.media-gallery-item-siri .media-container {
		top: 40px;
	}
}
