h1.zpheading {
  font-size: 6vw;
}

@media (max-width: 480px) {
  h1.zpheading {
    font-size: 7vw;
  }
}