/* User-selected campaign imagery */
.sustainability {
  background:
    linear-gradient(180deg, rgba(12, 48, 42, 0.78), rgba(12, 48, 42, 0.93)),
    url("images/sustainability-cotton.jpeg") center 58% / cover no-repeat;
}

.industries-photo {
  background: url("images/hospitality-textile-program.webp") center center / cover no-repeat;
}

@media (max-width: 620px) {
  .sustainability {
    background-position: center 54%;
  }

  .industries-photo {
    background-position: center center;
  }
}
