/* Full-width image banner */

.image-banner img {
  width: 100%;
  height: auto;
  min-height: 15rem;
  object-fit: cover;
}
