/* Homepage WPBakery image cards: keep each figure inside its six-column cell. */
.home .hover14 figure {
  box-sizing: border-box;
  width: 100%;
  max-width: 180px;
  height: auto;
  aspect-ratio: 1 / 1;
}

.home .hover14 figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
