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

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

.factory-art .art-stamp,
.oem-art .art-stamp {
  z-index: 2;
}

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