.container.galerie  {
	margin-top: 100px;
	padding-bottom: 50px;
	position: relative;
}
.container.galerie h4 {
	font-size: 3vw;
	font-weight: 200;
}
.galerieSwiper .swiper-slide {
	aspect-ratio: 16 / 8;
	width: 100%;
	height: 100%;
}
.galerieSwiper .swiper-pagination {
	top:0 !important;
	bottom: none !important;
	height: 50px;
	background:transparent;
	text-align: right;
	position: relative;
}

.galerieSwiper .pagination-wrapper {
	margin-right: 100px !important;
	position: relative;
}
.galerieSwiper .swiper-slide img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.galerieSwiper .swiper-pagination {
	--swiper-pagination-color:rgba(var(--color-1), 1) !important;	
}

.galerieSwiper {
	height: 50vh;
}

@media only screen and (max-width: 767px) {	
	.container.galerie h4 {
		font-size: 9vw;
	}
	.galerieSwiper .pagination-wrapper {
		margin-right: 0px !important;
	}
	.galerieSwiper {
	height: 50vh;
}
}

.galerieSwiper .swiper-slide {
cursor: pointer !important;
}

.galerie_links {
	display: none;
}