.pipe-photo {
  height: 205px;
  margin: 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pipe-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform .35s ease;
}

.pipe-card:hover .pipe-photo img { transform: scale(1.045); }

@media (max-width: 680px) {
  .pipe-photo { height: 155px; }
}
