/* Canonical Executive Record opening: the complete artifact is visible first. */
.full-artifact-hero {
  background-color: #050403;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nextlevel-hero.full-artifact-hero {
  background-image: url("../records/nextlevel-com/assets/nextlevel-master-tombstone-v4.png");
}

.cyop-hero.full-artifact-hero {
  background-image: url("../records/cyop-systems/assets/cyop-master-tombstone-v3-record-004.png");
}

@media (min-width: 761px) {
  .full-artifact-hero .record-hero-image {
    inset: 1.15rem;
    width: calc(100% - 2.3rem);
    height: calc(100% - 2.3rem);
    object-fit: contain;
    object-position: center;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  }
}

@media (max-width: 760px) {
  .full-artifact-hero .record-hero-image {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
