.swiper-container{
	overflow: hidden;
}

.tree-gallery-swiper{
	--swiper-max-height: 700px;
	max-width: 80%;
	margin:auto;
	overflow: visible;
}

.tree-gallery-swiper .swiper-wrapper{
	max-height: var(--swiper-max-height);
	align-items: center;
}

.tree-gallery-swiper .swiper-wrapper .swiper-slide{
	height: 100%;
}
.tree-gallery-swiper .swiper-wrapper .swiper-slide img{
	max-height: var(--swiper-max-height);
	height: 100%; 
	width: 100%;
	object-fit: contain;
}

.tree-gallery-swiper .swiper-button-prev:after{
	background: var(--theme-green);
	aspect-ratio: 1 / 1;
	height: var(--swiper-navigation-size);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: white;
	font-size: calc(var(--swiper-navigation-size) / 2);
}
.tree-gallery-swiper .swiper-button-next:after{
	background: var(--theme-green);
	aspect-ratio: 1 / 1;
	height: var(--swiper-navigation-size);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: white;
	font-size: calc(var(--swiper-navigation-size) / 2);
}