/* Transparent artwork over the existing site background. */
.hero-visual .robot-scene {
  width: 100%;
  height: 620px;
  display: grid;
  place-items: center;
}

.hero-visual .robot-scene__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: none;
  transform: none;
  filter: none;
  pointer-events: none;
}

@media (max-width: 1050px) {
  .hero-visual .robot-scene { height: 560px; }
}

@media (max-width: 760px) {
  .hero-visual .robot-scene { height: 480px; }
}
