/* Keep players' heads inside the desktop HERO crop. */
body.home .hero{
  background-position:center 22%;
}
@media(max-width:900px){
  body.home .hero{
    background-position:68% 18%;
  }
}
