/* Lightbox images use the available viewport instead of Telegram preview dimensions. */
.lightbox__content {
  max-width: none;
  max-height: none;
}

.lightbox__content img {
  max-width: none;
  max-height: none;
  background: transparent;
}
