@media (max-width: 767px) {
  .elementor-widget-gallery .e-gallery-container.e-gallery-grid {
    --columns: 1 !important;
    --rows: auto !important;
    --container-aspect-ratio: 100% !important;
  }
  .elementor-widget-gallery .e-gallery-grid.e-gallery--animated {
    padding-bottom: 0 !important;
  }
  .elementor-widget-gallery .e-gallery-grid.e-gallery--animated .e-gallery-item {
    position: static !important;
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin-bottom: var(--vgap, 10px);
  }
  .elementor-widget-gallery .e-gallery-grid.e-gallery--animated .e-gallery-item:last-child {
    margin-bottom: 0;
  }
  .elementor-widget-gallery .e-gallery-image {
    padding-bottom: 75% !important;
  }
}

html.dla-lb-locked, html.dla-lb-locked body { overflow: hidden; }

.dla-lb {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}
.dla-lb.is-open { display: flex; }

.dla-lb__stage {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dla-lb__img {
  display: block;
  max-width: min(92vw, 1400px);
  max-height: 85vh;
  width: auto;
  height: auto;
  object-fit: contain;
  background: #000;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

.dla-lb__caption {
  margin-top: 12px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  max-width: 92vw;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.dla-lb__close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: none;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.dla-lb__close:hover, .dla-lb__close:focus { background: rgba(0, 0, 0, 0.85); outline: none; }

.dla-lb__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: none;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.dla-lb__nav svg { width: 28px; height: 28px; }
.dla-lb__nav:hover, .dla-lb__nav:focus { background: rgba(0, 0, 0, 0.85); outline: none; }
.dla-lb__nav--prev { left: 16px; }
.dla-lb__nav--next { right: 16px; }

@media (max-width: 600px) {
  .dla-lb { padding: 12px; }
  .dla-lb__nav { width: 48px; height: 48px; }
  .dla-lb__nav svg { width: 24px; height: 24px; }
  .dla-lb__nav--prev { left: 8px; }
  .dla-lb__nav--next { right: 8px; }
  .dla-lb__close { top: 8px; right: 8px; }
  .dla-lb__img { max-height: 78vh; }
}
