.private-tour-hero {
  background:
    linear-gradient(90deg, rgba(24, 14, 8, .78) 0%, rgba(24, 14, 8, .57) 52%, rgba(24, 14, 8, .34) 100%),
    linear-gradient(0deg, rgba(24, 14, 8, .2), rgba(24, 14, 8, .05)),
    url('../images/hero-private-mathura-vrindavan.png') center center / cover no-repeat;
}

@media (max-width: 700px) {
  .private-tour-hero {
    background-position: 60% center;
  }
}
