section.bigimage .img-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
section.bigimage .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 160%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  will-change: transform;
}
@container main (min-width: 85.4375rem) {
  section.bigimage .img-wrapper {
    height: 50rem;
  }
}
@container main (min-width: 64.0625rem) and (max-width: 85.375rem) {
  section.bigimage .img-wrapper {
    height: 37.5rem;
  }
}
@container main (min-width: 48rem) and (max-width: 64rem) {
  section.bigimage .img-wrapper {
    height: 29.375rem;
  }
}
@container main (max-width: 47.9375rem) {
  section.bigimage .img-wrapper {
    height: 25rem;
  }
}