.hero {
	background-image: linear-gradient(100deg, rgba(20, 53, 42, .88), rgba(20, 53, 42, .42)), url('../images/home-hero.webp');
	background-position: 67% center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 767px) {
	.hero { background-position: 64% center; }
}
