.path-frontpage .carousel img, .path-frontpage .carousel video, .path-frontpage .carousel iframe {
	height: 110vh;
	max-height: 900px;
	-o-object-fit: cover;
	object-fit: cover;
}

body fieldset legend.captcha__title {
	font-size: 0.85rem !important;
	font-weight: normal !important;
}

.evo-displayer-popup #edit-email {
	font-size: 80%;
}

.captcha__description.description {
	font-size: 0.85rem;
}

.form-required::before {
	font-size: 1.25rem;
	position: relative;
	top: 0.25rem;
}

@media(max-width: 47.99875rem) {
	.path-frontpage .carousel img, .path-frontpage .carousel video, .path-frontpage .carousel iframe {
	max-height: 17rem;
}
}