.hero-foil-projection-shade {
  background: transparent;
}

.hero-image-field img {
  filter: none;
}

/* Inset the photo and stencil together without changing their crop or motion. */
#home .hero-foil-field {
  top: 40px;
  transform: scale(0.92);
  transform-origin: center;
}

@media (max-width: 900px) {
  #home .hero-foil-field {
    top: 0;
    transform: scale(0.94);
  }
}
