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