/* Local Overrides */

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

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

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

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