.ph-picture {
  display: block;

  div {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .imager-container {
    position: relative;
    background-size: 100% 100%;
  }

  .imager-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
  }
}
