.hero {
  background-image: url('/hero-concrete-masonry-v3.png');
  background-position: center;
  background-size: cover;
}

@media (max-width: 900px) {
  .hero {
    background-position: 53% center;
  }

  .heroShade {
    background: linear-gradient(180deg, rgba(3, 10, 28, .58) 0%, rgba(3, 10, 28, .38) 58%, rgba(3, 10, 28, .12) 100%);
  }

  .heroContent {
    text-shadow: 0 3px 18px rgba(0, 0, 0, .55);
  }

  .lead {
    color: #f0f3f8;
  }
}

.stats small {
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
