.full-width-image__image {
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1600px) {
  .full-width-image__image {
    max-height: 300px;
  }
}

@media screen and (min-width: 2500px) {
  .full-width-image__image {
    max-height: 400px;
  }
}

@media screen and (min-width: 3200px) {
  .full-width-image__image {
    max-height: 450px;
  }
}
