/* Original IT-AMC imagery generated specifically for this application. */
.center {
  background: linear-gradient(90deg,rgba(2,9,10,.78),rgba(2,9,10,.16) 58%,rgba(2,9,10,.42)),
    url('itamc-hero-operations.webp') center/cover no-repeat;
}
.cctv {
  background: linear-gradient(rgba(4,18,16,.16),rgba(4,18,16,.78)),
    url('itamc-cctv-installation.webp') center 38%/cover no-repeat;
}
.network {
  background: linear-gradient(rgba(4,18,16,.12),rgba(4,18,16,.78)),
    url('itamc-computer-lab.webp') center/cover no-repeat;
}
.ups {
  color: #fff;
  background: linear-gradient(rgba(0,0,0,.04),rgba(0,0,0,.7)),
    url('itamc-ups-room.webp') center/cover no-repeat;
}
.laptop {
  background: linear-gradient(rgba(4,18,16,.08),rgba(4,18,16,.76)),
    url('itamc-computer-lab.webp') 68% center/cover no-repeat;
}
.side article > span,.side article > small { z-index: 2; text-shadow: 0 2px 12px rgba(0,0,0,.82); }
.side svg { display: none; }
.product-card:nth-child(1) .laptop-art {
  background: linear-gradient(rgba(5,31,25,.03),rgba(5,31,25,.3)),
    url('itamc-computer-lab.webp') center/cover no-repeat;
}
.product-card:nth-child(2) .laptop-art {
  background: linear-gradient(rgba(5,20,18,.02),rgba(5,20,18,.45)),
    url('itamc-hero-operations.webp') center/cover no-repeat;
}
.product-card .laptop-art::before,.product-card .laptop-art::after { display: none; }
.product-card:nth-child(3) .tools-art {
  color: transparent;
  background: linear-gradient(rgba(5,20,18,.02),rgba(5,20,18,.32)),
    url('itamc-cctv-installation.webp') center 35%/cover no-repeat;
}
@media (max-width:640px) {
  .center { background-position: 62% center; }
}
