.figure-img {
    max-width: 100%;   /* Ensures image does not exceed figure width */
    height: auto;      /* Keeps aspect ratio */
}
