/* V3.8.9.3 — fotografias completas dentro do visualizador */
.photo-editor-image,
.photos-v383-lightbox-stage,
.local-v381-lightbox-stage,
.trip-photo-lightbox figure,
.search386-lightbox figure,
.premium-lightbox figure {
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

#photo-editor-preview,
#public-lightbox-image,
.local-v381-lightbox-stage > img,
.trip-photo-lightbox figure > img,
.search386-lightbox figure > img,
.premium-lightbox figure > img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

.photo-editor-image {
  height: min(82dvh, 900px) !important;
  max-height: calc(100dvh - 56px) !important;
}

.photos-v383-lightbox figure,
.local-v380-lightbox figure {
  height: 100% !important;
}

.photos-v383-lightbox-stage,
.local-v381-lightbox-stage {
  width: 100% !important;
  height: 100% !important;
  place-items: center !important;
}

.trip-photo-lightbox figure,
.search386-lightbox figure,
.premium-lightbox figure {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  align-self: stretch !important;
}

@media (max-width: 760px) {
  .photo-editor-image {
    height: min(68dvh, 650px) !important;
    min-height: 320px !important;
  }

  .photos-v383-lightbox figure,
  .local-v380-lightbox figure {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
}
