.tourism-hero {
  min-height: calc(100vh - 82px);
  background-image: url("assets/places/homepage-oahu-beach-owner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-shade {
  background: linear-gradient(
    90deg,
    rgba(3, 42, 50, 0.42) 0%,
    rgba(3, 42, 50, 0.22) 50%,
    rgba(3, 42, 50, 0.05) 100%
  );
}

.hero-content h1,
.hero-content > p {
  text-shadow: 0 3px 18px rgba(0, 29, 38, 0.55);
}

.hero-actions {
  margin: 0 0 22px;
}

.hero-actions .button.primary {
  min-width: 170px;
  background: #fff;
  color: #075969;
  box-shadow: 0 10px 28px rgba(0, 48, 59, 0.2);
}

@media (max-width: 760px) {
  .tourism-hero {
    min-height: 760px;
    background-position: 42% center;
  }
}
