.cpg-lightbox {
  align-items: center;
  background: rgba(0, 0, 0, 0.86);
  display: none;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 9999;
}

.cpg-lightbox.is-open {
  display: flex;
}

.cpg-lightbox-figure {
  margin: 0;
  max-height: 90vh;
  max-width: 90vw;
}

.cpg-lightbox-image {
  display: block;
  height: auto;
  max-height: 90vh;
  max-width: 90vw;
  width: auto;
}

.cpg-lightbox-prev,
.cpg-lightbox-next,
.cpg-lightbox-close {
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 32px;
  line-height: 1;
  padding: 10px 14px;
  position: absolute;
}

.cpg-lightbox-prev {
  left: 24px;
}

.cpg-lightbox-next {
  right: 24px;
}

.cpg-lightbox-close {
  right: 18px;
  top: 18px;
}

.cpg-lightbox-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .cpg-lightbox-prev,
  .cpg-lightbox-next {
    font-size: 26px;
    padding: 8px 12px;
  }

  .cpg-lightbox-close {
    font-size: 26px;
  }
}
