.shopify-section-image-slider {
	max-width: 1920px;
	margin: 0px auto;
	overflow: hidden;
}
.shopify-section-image-slider .swiper-slide {
	display: block;
	overflow: hidden;
	line-height: 0px;
}
.shopify-section-image-slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}