.galerie {
	padding: 10px 10px;
}
.galerie img {
	min-height: 300px;
	max-height: 300px;
	object-fit: cover;
	object-position: center;
	transition: filter 0.6s ease;
	border-radius: var(--bs-border-radius);
}

.galerie img:hover {
	filter: brightness(40%);
}

.container-gallerie {
	max-width: 95%;
	margin: 0 auto;
}

iframe {
	border: 0;
	width: 100%;
	height: 630px;
	margin-bottom: 30px;
	max-width: 1200px;
	border-radius: var(--bs-border-radius);
}

.elementor-element.elementor-element-71f7bce.elementor-widget.elementor-widget-video {
	text-align: center;
}

@media screen and (max-width: 768px) {
	footer.pt-5 {
		padding-top: 0 !important;
	}

	.container.container-links {
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.title-aranui.text-color-white.text-center.mb-5.rmt-3 {
		margin-top: 0 !important;
	}

	h1.title-default.text-center {
		margin-top: 160px !important;
		font-size: 35px;
	}

	iframe {
		height: 450px;
		margin-bottom: 50px;
	}

	.galerie img {
		min-width: 100%;
	}
}

@media screen and (max-width: 576px) {
	iframe {
		height: 250px;
		margin-bottom: 50px;
	}
}
