.hm-wrapper {
	height: 30vh;
	overflow: hidden;
	position: relative;
}

.hm-track {
	position: relative;
	height: 100%;
	will-change: transform;
}

.hm-track img {
	position: absolute;
	display: block;
	object-fit: cover;
}
