/* Keep the Heirloom Kitchen card sharp and focused on the supplied viewport screenshot. */
.project-image img.portfolio-heirloom-preview {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: top center !important;
  transform: none !important;
  image-rendering: auto;
}
