.scv-slide img {
	bottom: 0;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 0;
	transform: translatex(-50%);
}