.implant-card-swiper {
	overflow-x: hidden;
	overflow-y: visible !important;
	padding: 25px 0 30px;
}

.implant-card-swiper .swiper-slide {
	overflow: visible !important;
	position: relative;
	z-index: 1;
	padding: 16px 0 16px;
}

.implant-card-swiper .swiper-slide:hover {
	z-index: 30;
}

.implant-card-swiper img {
	display: block;
	width: 100%;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
	transform-origin: center bottom;
	will-change: transform;
}

@media (min-width: 768px) {
	.implant-card-swiper .hidden.md\:block img:hover {
		transform: scale(1.03);
		/* box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16); */
	}
}