/* WeldMax photos are full composites (not square product crops). */
body.weldmax .why-img {
  aspect-ratio: auto !important;
  height: auto !important;
  overflow: hidden;
}
body.weldmax .why-block img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center;
}
body.weldmax .testimonial .t-photo {
  aspect-ratio: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
body.weldmax .kit-box img {
  aspect-ratio: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
