  .ImageHero--full-screen .ImageHero__Image  {
    background-position: center bottom;
  }
@media screen and (min-width: 1140px){
  .ImageHero--full-screen{
        height: 100vh;
      min-height: intial;
  }

}