/* Local Overrides */

@media only screen and (max-width: 331px) {
	#highlights-gallery-item-5
		.card
		.caption-container
		.typography-media-card-gallery-headline {
		margin: 25px 32px;
	}
}

@media only screen and (max-width: 375px) {
	.section-welcome .welcome-background {
		--y-offset: calc(-50% - 152px);
	}
}

@media only screen and (min-width: 376px) and (max-width: 480px) {
	.section-welcome .welcome-background {
		--y-offset: calc(-50% - 122px);
	}
}

@media only screen and (min-width: 481px) and (max-width: 734px) {
	.section-welcome .welcome-copy-container {
		--copy-start: 266px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 837px) {
	.section-welcome .welcome-copy-container {
		--copy-start: 292px;
	}
}
