.gallery-wrapper {
	padding: 0 20px;
	position: relative;
}

#gallery-swiper {
	position: unset;
	width: auto;
	height: auto;
}

#gallery-swiper ._active {
	border: 1px solid #000000;
}

#gallery-swiper ._gallery-prev svg {
	transform: rotate(180deg);
}

#gallery-swiper ._gallery-prev,
#gallery-swiper ._gallery-next {
	display: flex;
	position: absolute;
	top: 40%;
	transform: translate(-50%);
	z-index: 1;
}

.gallery-wrapper #gallery-swiper ._gallery-prev {
	left: 7px;
}

.gallery-wrapper #gallery-swiper ._gallery-next {
	right: -17px;
}