.plans-art::before {
  z-index: 1;
  background: linear-gradient(180deg, transparent 56%, rgba(8, 45, 49, 0.36));
  pointer-events: none;
}

.plans-art > img,
.plans-photo > img {
  position: absolute;
  inset: 0;
  z-index: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.plans-art .art-stamp {
  z-index: 2;
}

.plans-photo::before {
  display: none;
}
