.swiper-slide {
	border-style: solid;
	border-width: 0;
	overflow: hidden;
	transition-duration: .5s;
	transition-property: border, background, transform;
	will-change: transform;
}