.stm-home-photos {
	width: 100%;
	margin: 0 auto 0.5rem;
}

.stm-home-photos__viewport {
	overflow: hidden;
	width: 100%;
}

.stm-home-photos__track {
	display: flex;
	gap: 19px;
	transition: transform 0.6s ease;
	will-change: transform;
}

.stm-home-photos__slide {
	flex: 0 0 calc((100% - 38px) / 3);
	margin: 0;
	overflow: hidden;
}

.stm-home-photos__img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

@media (max-width: 700px) {
	.stm-home-photos__slide {
		flex: 0 0 100%;
	}

	.stm-home-photos__track {
		gap: 12px;
	}
}
