.wp-block-latest-posts__featured-image img {
    height: 250px !important;
    max-width: 100%;
    width: 100% !important;
}
figure {
  margin: 2rem 0;
}
figure img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  width: 100%;
}
figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  text-align: right;
  color: #555;
}