@media screen and (min-width: 769px) {
  html,
  body {
    min-width: 1200px;
  }

  body {
    overflow: auto;
  }
}
.js-imgAspect.u-imgAspect,
.js-imgAspect > .u-imgAspect {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}