.banner-image-component {
  width: 100%;
}
.banner-image-component img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
@media (width >= 768px) {
  .banner-image-component img {
    max-height: 400px;
  }
}

/*# sourceMappingURL=banner-image-component-style.css.map */
