/* Local Overrides */

/* Buy button ALT */

.section-welcome .marquee-detail::before {
	display: none;
}

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

@media only screen and (max-width: 1068px) {
	.section-welcome .viewport-content {
		justify-content: center;
	}
}

.subsection-anc .adaptive-audio-container .image.image-flex-fix {
	display: flex;
}

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

.custom-break {
	display: none;
}

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

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