body {
  overflow-x: hidden;
}


.hero{
  background-image: linear-gradient(rgba(20,20,20,.55), rgba(20,20,20,.55)),
    url('https://images.unsplash.com/photo-1544025162-d76694265947?q=80&w=1600&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  min-height: 70vh;
}
.hero-photo{ object-fit: cover; max-height: 420px; }
.object-fit-cover{ object-fit: cover; }
.rounded-4{ border-radius:1rem!important; }
