/* Page-specific imagery for the shared Product Family template. */
.inertial-sensor-hero {
  background-color: #f0f2f6;
  background-image:
    linear-gradient(
      90deg,
      rgba(240, 242, 246, .98) 0%,
      rgba(240, 242, 246, .88) 30%,
      rgba(240, 242, 246, .42) 48%,
      rgba(240, 242, 246, .08) 66%,
      rgba(240, 242, 246, 0) 76%
    ),
    url("images/backgrounds/inertial-sensor-modules-hero-bg.png") !important;
  background-position: center center, center center !important;
  background-size: cover, cover !important;
  background-repeat: no-repeat, no-repeat;
}

.inertial-sensor-hero-product {
  width: 46%;
  max-width: 430px;
  filter: drop-shadow(0 15px 16px rgba(10, 29, 53, .2));
}

.inertial-sensor-product-image img {
  width: 58%;
  max-width: 270px;
}

@media (max-width: 760px) {
  .inertial-sensor-hero {
    background-position: center center, 64% center !important;
  }

  .inertial-sensor-hero-product {
    width: 52%;
    max-width: 360px;
  }

  .inertial-sensor-product-image img {
    width: 62%;
  }
}
