.e-gallery-item {
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	transition-property: all;
	transition-duration: var(--animation-duration);
}

.e-gallery-image {
	background-position: center center;
	background-size: cover;
	width: 100%;
	transform-origin: center top;
	transition: var(--animation-duration);
}