/* photoswipe-lightbox.css - básico */
.pswp__img {
  object-fit: contain;
}
.pswp__caption {
  font-size: 14px;
  text-align: center;
  padding: 1em;
  color: #fff;
}
