/* Make the hero image fill the entire screen */
.hero {
  background-image: url("/images/thekingstale.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh; /* Full screen height */
}

/* Remove link underline/touch artifacts */
.hero-link {
  display: block;
  width: 100%;
  height: 100vh;
}
