/* Лише шаблонні зони зображень (не фони) — завжди пропорційно */
.t-img img,
.t-slds__figure img,
.t-card__img img,
.t-store__card__img img,
.t738__img {
  height: auto !important;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Тільки для блоків, де ти додала клас gfix */
.gfix .t-bgimg{
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.gfix .t-gallery__img img{
  height: auto !important;
  width: auto;
  max-width: 100%;
  object-fit: contain !important;
}
