/* Dillon Foam Products, LLC - basic styles */
.hero {
  background: url('/images/hero-placeholder.jpg') center/cover no-repeat;
  min-height: 340px;
  border-radius: .5rem;
}
.hero .overlay {
  background: rgba(0,0,0,.45);
  min-height: 340px;
  border-radius: .5rem;
}
.card img {
  object-fit: cover;
  height: 180px;
  width: 100%;
}
