.ph-imager div {
  background-repeat: no-repeat;
  background-size: contain;
}
.ph-imager .imager-container {
  position: relative;
}
.ph-imager .imager-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
}
