section.images .img-wrapper {
  aspect-ratio: 912/557;
  width: 100%;
}
section.images .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}