@media (max-width: 568px) {
img.hotelImage {
	display: block;
	float: none !important;
	margin: 0px 0px 10px !important;
}
}

reevoo-embedded-product-reviews h2.collected-by {
	margin: 0px !important;
	padding: 10px !important;
}

reevoo-embedded-product-reviews .product_details .multi-regional {
	display: none !important;
}

/*
.module-social-media .facebook.item .image {
	background-size: contain;
}
*/

.module-primary-navigation>.level-1>li {
	background-position: 99% 50%;
}

.overlay-helper {
	background-color: transparent !important;
}

.overlay-helper .wrapper {
	position: relative;
	z-index: 10;
}

.overlay-helper::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;

	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;

	opacity: 0.75;
}