/* Product card spacing between media, title, model name, and description. */
#products .box-body > figure + h4,
#products .box-body > p + p {
  margin-top: 10px;
}

/* Smart Manufacturing hero copy spacing. */
.banner-copy > p {
  margin: 0;
}

.banner-copy > p + p {
  margin-top: 12px;
}

/* Smart Manufacturing hero image: keep the visual aligned to the full hero height. */
@media only screen and (min-width: 1200px) {
  .banner-copy > p {
    padding-right: 20px;
  }

  .banner > .container {
    align-self: stretch !important;
  }

  .banner > .container > .row {
    height: 100%;
  }

  .banner .col-xl-7 {
    height: auto !important;
    align-self: stretch !important;
  }

  .banner .col-xl-7 > figure {
    top: 0 !important;
    bottom: auto !important;
    height: 100% !important;
  }

  .banner .col-xl-7 > figure img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: left center;
  }
}
