/* Page-specific Hero composition. Shared Product Family components remain in product-family.css. */
.ai-controller-hero-products {
  transform: translateY(-12px);
}

.ai-controllers-hero {
  background-color: #f0f2f6;
  background-image:
    linear-gradient(rgba(232, 237, 244, .18), rgba(232, 237, 244, .18)),
    url("images/backgrounds/ai-controllers-hero-bg-v2.png") !important;
  background-position: center center, center center !important;
  background-size: cover, cover !important;
  background-repeat: no-repeat, no-repeat;
}

.ai-controller-hero-products::after {
  left: 7%;
  right: 5%;
  bottom: 9%;
  height: 12px;
  opacity: .72;
}

.ai-controller-hero-device {
  bottom: 1%;
}

.ai-controller-hero-device--26000 {
  z-index: 1;
  left: 6%;
  bottom: 4%;
  width: 29.25%;
}

.ai-controller-hero-device--a1000 {
  z-index: 3;
  left: 32.3%;
  width: 36.75%;
}

.ai-controller-hero-device--27000 {
  z-index: 2;
  left: 64%;
  bottom: 0;
  width: 33%;
}

@media (max-width: 760px) {
  .ai-controllers-hero {
    background-position: center center, center center !important;
    background-size: cover, cover !important;
  }

  .ai-controller-hero-products {
    transform: translateY(-4px);
  }

  .ai-controller-hero-device--26000 {
    left: 4%;
    width: 30%;
  }

  .ai-controller-hero-device--a1000 {
    left: 31%;
    width: 37.7%;
  }

  .ai-controller-hero-device--27000 {
    left: 63%;
    width: 34%;
  }
}
