@media (max-width: 800px) {
  .lum-lightbox-inner {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lum-lightbox-image-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden !important;
  }

  .lum-lightbox-inner img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .lum-close-button {
    opacity: 0.8;
    transform: scale(1.25);
    transform-origin: top right;
  }
}
