.supt-section-images-innovation {
	height: 200vh;

	&__inner {
		position: sticky;
		top: 0;

		overflow: hidden;
	}

	&__images {
		display: flex;
		flex-direction: column;
		gap: $spacing-12;

		transform-origin: top center;
	}
	&__image {
		overflow: hidden;
		img,
		video {
			aspect-ratio: 1037/584;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}
}
