.offset {
  width: 100%;
}
@media (min-width: 992px) {
  .offset {
    width: 75%;
  }
  .image-wrapper {
    height: 100%;
    width: 100%;
  }
  .image-wrapper .image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
