.hero-image .hero-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .62;
}

.hero-image .hero-portrait {
  position: absolute;
  z-index: 1;
  right: -3%;
  bottom: -5%;
  width: 88%;
  height: 95%;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(-22px 12px 24px #000a);
}

.honey {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
