.testimonial-image {
  position: absolute;
  max-width: 110%;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-image-wrap {
  overflow: hidden;
  position: relative;
  padding-top: 45%;
  height: 0;
}
