.ph-imager {
  div {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .imager-container {
    position: relative;
  }

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