.flex_layout.afbeelding .afbeelding-container img {
	height: 540px;
	width:100%;
	object-fit:cover;
	object-position: center;
	border-radius:10px;
}

@media screen and (max-width: 992px) {
	.flex_layout.afbeelding .afbeelding-container img {
	height:400px;
	}
}	