/* Version 162: nonprofit and association photographic hero refinement. */
.npa-hero.hero-image-background{
  background-position:right center!important;
}
.npa-hero.hero-image-background .hero-copy{
  width:min(100%,720px)!important;
  max-width:720px!important;
  margin-left:0!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  text-align:left!important;
}
@media (max-width:1120px){
  .npa-hero.hero-image-background{
    background-position:70% center!important;
  }
}
@media (max-width:720px){
  .npa-hero.hero-image-background{
    background-position:74% center!important;
  }
  .npa-hero.hero-image-background .hero-copy{
    width:100%!important;
    max-width:100%!important;
  }
}
