.block-3-breites-bild img {
    height: 550px;
    box-shadow: 0px 3px 6px #00000029;
    object-fit: cover;
}

@media (max-width: 767px) {
	.block-3-breites-bild img {
		height: 200px;
	}
}