/* Custom: Don't cover header background image on small devices */
@media only screen and (max-width: 540px) {
  #page .headline_outer .headline_inner {
    padding: 60px 0;
  }
}