figure img {
max-width: 100%;
vertical-align: middle; /* либо vertical-align: top / vertical-align: bottom */
}
/* Либо так */
figure img {
max-width: 100%;
display: block;
}
figure img {
max-width: 100%;
}
figure img {
max-width: 100%;
margin-bottom: -4px;
}