.hero-insert {
  position: absolute;
  z-index: 4;
  left: 46.4%;
  bottom: 30px;
  width: clamp(150px, 14vw, 220px);
  aspect-ratio: 3 / 4;
  background: url('assets/hero-studio-insert-final.png') 54% 48% / cover no-repeat;
  border: 1px solid rgba(198, 190, 177, .12);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .54);
  filter: brightness(.84) contrast(1.04) saturate(.76);
}

.hero .stamp {
  left: 35%;
}

@media (max-width: 850px) {
  .hero-insert {
    left: 24px;
    bottom: 22px;
    width: 126px;
  }
}

@media (max-width: 520px) {
  .hero-insert {
    left: 18px;
    bottom: 18px;
    width: 112px;
  }
}
