.community-gallery-carousel {
	position: relative;
}

.community-gallery-carousel .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}

.community-gallery-carousel .edgehome-swiper-button-prev,
.community-gallery-carousel .edgehome-swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.community-gallery-carousel .edgehome-swiper-button-prev {
	left: 10px;
}

.community-gallery-carousel .edgehome-swiper-button-next {
	right: 10px;
}
