.ps42-pending #projects .projectGrid > * {
  display: none !important;
}

.ps42-pending #projects .projectGrid::before {
  content: "Загружаем объекты из фотобанка…";
  grid-column: 1 / -1;
  padding: 40px 0 72px;
  color: #aeb8b1;
  font: 500 18px/1.4 Inter, Arial, sans-serif;
}

.project.is-unavailable {
  grid-column: 1 / -1 !important;
  min-height: 220px;
  height: auto;
  background: #26332d;
  cursor: default;
}

.project.is-unavailable:hover {
  filter: none;
  transform: none;
}

.lightboxImage {
  display: grid;
  place-items: center;
  overflow: hidden;
}

.lightboxImage img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  background: #0b100d;
}

.lightboxImage.is-loading::after {
  content: "Загружаем оригинал…";
  color: #aeb8b1;
  font-size: 13px;
  position: absolute;
}

.lightboxImage.is-loading img {
  opacity: 0;
}

@media (max-width: 720px) {
  .lightboxMeta > div {
    min-width: 0;
  }

  .lightboxMeta h3,
  .lightboxMeta p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
