/* FindBusParts.com V22 - show complete listing photos without cropping. */
.listing-image,
.gallery-main,
.gallery-thumb,
.photo-preview,
.my-listing-image,
.item-row {
  background: #f4f6f8;
}

/* Browse/home listing cards. */
.listing-image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}
.listing-image > img.listing-photo,
.listing-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f6f8 !important;
}

/* Listing detail gallery. */
.gallery-main {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #f4f6f8 !important;
}
.gallery-main > img,
.gallery-main img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f6f8 !important;
}
.gallery-thumb {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #f4f6f8 !important;
}
.gallery-thumb > img,
.gallery-thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f6f8 !important;
}

/* Seller previews and account inventory. */
.photo-preview > img,
.my-listing-image > img,
.item-row > img {
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f6f8 !important;
}
.my-listing-image > img {
  width: 100% !important;
  height: 100% !important;
}

/* Keep portrait and landscape images centered on narrow screens too. */
@media (max-width: 700px) {
  .gallery-main,
  .listing-image,
  .gallery-thumb {
    background: #f4f6f8 !important;
  }
}
