/*
 * Lightbox: ainult nooled — pisipiltide riba ja loendaja peidetud
 * Lisa see fail: Valgusallikad/assets/css/parts/152-lightbox-arrows-only.css
 * ja lisa sisu ka kompileeritud CSS-i lõppu (valgusallikad-frontend-*.css)
 */

/* Peida pisipiltide riba modalis */
body.vlg-theme .vlg-at-gallery-modal__thumbs,
body .vlg-at-gallery-modal__thumbs {
  display: none !important;
}

/* Peida "1 / 3" loendaja modalis */
body.vlg-theme .vlg-at-gallery-modal__counter,
body .vlg-at-gallery-modal__counter {
  display: none !important;
}

/* Kuna thumbid on peidetud, anna pildile rohkem ruumi */
body.vlg-theme .vlg-at-gallery-modal__stage,
body .vlg-at-gallery-modal__stage {
  flex: 1 1 auto !important;
  padding-bottom: 0 !important;
}

body.vlg-theme .vlg-at-gallery-modal__img,
body .vlg-at-gallery-modal__img {
  max-height: calc(100dvh - 80px) !important;
}

@media (max-width: 600px) {
  body.vlg-theme .vlg-at-gallery-modal__img,
  body .vlg-at-gallery-modal__img {
    max-height: calc(100dvh - 60px) !important;
  }
}
