.image_slider-layout {
	overflow: hidden;
}

.image_slider-layout .pk-grid-container {
	row-gap: max(2rem, calc(3 * var(--su)));
	align-items: center;
}

.image_slider-layout .pk-module.pk-heading {
	margin-bottom: 0;
}

.image_slider-layout .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 23/19;
	display: block;
}

.image_slider-layout .swiper-progress {
	position: relative;
	height: 1px;
	margin-top: 2rem;
	width: min(600px, 100%);
	margin-inline: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.image_slider-layout .swiper-progress-bar {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	height: 1px;
	width: 5%;
	background-color: rgba(0, 0, 0, 1);
}

@media screen and (max-width: 992px) {
	.image_slider-layout .swiper-container {
		overflow: hidden;
	}
}
