
/* De bronbestanden zijn in v2 daadwerkelijk gecorrigeerd. Deze CSS houdt alleen de kaarten consistent. */
.ghz-home-service-card,
.ghz-ep-card,
.ghz-service-card {
	overflow: hidden !important;
}

.ghz-home-service-card img,
.ghz-home-services-grid img,
.ghz-ep-card img,
.ghz-ep-card-grid img,
.ghz-service-card img {
	display: block !important;
	width: 100% !important;
	height: 230px !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: cover !important;
	object-position: center center !important;
	transform: none !important;
	transition: none !important;
}

.ghz-home-service-card:hover img,
.ghz-ep-card:hover img,
.ghz-service-card:hover img {
	transform: none !important;
}

@media (max-width: 767px) {
	.ghz-home-service-card img,
	.ghz-home-services-grid img,
	.ghz-ep-card img,
	.ghz-ep-card-grid img,
	.ghz-service-card img {
		height: 215px !important;
	}
}
