.hero {
  background: #fbf7ef url("hero-book-illustration.png") center center / cover no-repeat;
}
.hero-illustration,
.hero-illustration::before,
.hero-illustration::after,
.hero-illustration > * {
  display: none !important;
}
.hero-copy { text-shadow: 0 1px 0 rgba(255,255,255,.55); }
@media (max-width: 760px) {
  .hero { background-position: 63% center; }
  .hero-copy { background: rgba(251,247,239,.83); padding: 20px; margin-left: -20px; border-radius: 3px; }
}
