body .featherlight
  .featherlight-content
    transform-origin center center
    transform scale(0)
    transition all 0.5s tr-soft-bounce
    opacity 0
    &.loaded
      transform scale(1)
      opacity 1