.full-width-image {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 247px;
}
.full-width-image img, .full-width-image svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-width-image .full-width-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
