/* Adjust the carousel container's max width and center it */
#imageSlider {
    max-width: 100%;
    margin: 0 auto;
}

/* Set the images to width: 100% and height: auto */
#imageSlider img {
    width: 100%;
    height: auto;
}
