/* Container optional, sorgt für zentrierte Darstellung */
.image-container {
width: 100%;
max-width: 1200px; /* optional */
margin: 0 auto;
}

/* Bild wird vollständig responsiv */
.image-container img {
width: 100%;
height: auto;
display: block;
}