.imgWrapper {
  position: relative;
  img {
    object-fit: contain;
  }
  &.r {
    img {
      object-position: right;
    }
  }
}
