
.mainCarousel {
	overflow: hidden;
	position: relative;
}

.swiper {
	display: flex;
	overflow-x: visible;
	transition-property: transform;
	will-change: transform;
}

.move {
	display: flex;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.5);
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 0;
	z-index: 1;
  }

.back {
	left: 5px;
}

.next {
	right: 5px;
}
