.banner-image img {
    max-width: 20%; /* ensures the image is not wider than its container */
    height: auto;   /* maintains the aspect ratio of the image */
    display: block; /* removes any unwanted space around the image */
    margin: 10px auto; /* centers the image */
}
