.sh-home .sh-hero {
	display: block;
	width: 100%;
	height: 640px;
	margin: 0;
	overflow: hidden;
	background: #eaf6fd;
}

.sh-home .sh-hero__track,
.sh-home .sh-hero__slide {
	width: 100%;
	height: 100%;
}

.sh-home .sh-hero__link,
.sh-home .sh-hero__slide picture {
	display: block;
	width: 100%;
	height: 100%;
}

.sh-home .sh-hero__slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 767px) {
	.sh-home .sh-hero {
		height: auto;
		aspect-ratio: 8 / 9;
	}

	.sh-home .sh-hero__slide img {
		object-fit: contain;
	}
}
