/* ART ISV Fixes - START */
.section-highlights .media-gallery-item-3 .caption-animation-container {
	--caption-width: 660px;
}

@media screen and (max-width: 1068px) {
	.section-highlights .media-gallery-item-3 .caption-animation-container {
		--caption-width: 570px;
	}
}

@media screen and (max-width: 734px) {
	.section-highlights .media-gallery-item-3 .caption-animation-container {
		--caption-width: calc(100% - var(--caption-left));
	}
}

@media screen and (min-width: 1068px) {
	.section-product-stories .viewport-content .ps-section-header p.ps-header-description {
		max-width: 68%;
	}
}

/* ART ISV Fixes - END */
