.image-container {
    max-width: 100%;
    height: auto;
    text-align: center; /* To center the image horizontally */
}

img {
    max-width: 100%;
    height: auto;
}