/* Use the dedicated portrait crop on phones; desktop continues to use hero-derby.jpg. */
@media(max-width:759px){
  .hero{
    background-image:url('../images/hero-derby-mobile.jpg');
    background-size:cover;
    background-position:center center;
  }
}
