div.jumbotron {
  background-image: url(https://dealpos-media.b-cdn.net/umbraco/hardware/hardware_bg_extra_large.jpg);
  background-repeat: no-repeat;
  background-position: center 56px;
  background-color: #f9f9f9;
}
@media (max-width: 576px) {
  div.jumbotron {
    background-position: -212px 0px;
  }
}

main div.jumbotron {
  height: 500px;
}
main div.card {
  width: 100%;
  height: 100%;
}
main div.card i.position-absolute {
  width: 40px;
  height: 52px;
  top: 5px;
  left: 20px;
  background-image: url(https://dealpos-media.b-cdn.net/umbraco/hardware/inch_icon.png);
}

@media (max-width: 575.98px) {
  body {
    background-image: url(https://dealpos-media.b-cdn.net/umbraco/hardware/hardware_bg_small.jpg);
    background-repeat: no-repeat;
    background-position: center 56px !important;
    background-color: #f9f9f9;
    background-size: 480px;
  }
  div.jumbotron {
    height: 380px !important;
  }
  div.jumbotron h1 {
    font-size: 1.875rem;
  }
  div.row > .col {
    max-width: 92% !important;
  }
}/*# sourceMappingURL=hardware.css.map */