/* Fix: show full building images in project cards */
.project-card-img img {
  object-fit: contain !important;
  background: #f5ede0 !important;
}
