.hero-raster {
  display: block;
  min-width: 0;
  min-height: 0;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: currentColor;
}

.hero-raster::before,
.hero-raster::after {
  content: none;
}

.hero-raster img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
}
