.js-gallery-photo {
  cursor: zoom-in;
}

.pswp {
  z-index: 2147483000 !important;
}

.pswp__bg {
  background: rgba(13, 18, 24, 0.94);
}

.pswp__img {
  max-width: none;
}

.pswp__button {
  min-width: 44px;
  min-height: 44px;
}

.pswp__button--close {
  margin: 10px 10px 0 0;
}

.pswp__elektriko-caption {
  position: absolute;
  right: 24px;
  bottom: 18px;
  left: 24px;
  z-index: 1;
  box-sizing: border-box;
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 14px;
  border-radius: 6px;
  color: #ffffff;
  background: rgba(13, 18, 24, 0.74);
  font: 600 13px/1.35 Arial, sans-serif;
  text-align: left;
}

.pswp__elektriko-caption[hidden] {
  display: none;
}

html.pswp-elektriko-open body {
  overflow: hidden;
}

@media (max-width: 700px) {
  .pswp__elektriko-caption {
    right: 8px;
    bottom: 10px;
    left: 8px;
    max-width: none;
    padding: 8px 10px;
    font-size: 12px;
  }

  .pswp__button--arrow {
    display: none;
  }
}
