/*--------------------------------------------------------------
# Instructors
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background: url("/assets/images/instructors/hero.jpg") top center no-repeat fixed;
  background-size: cover;
  background-position: 50% -28vh;
  height: 50vh;
  min-height: 300px;
  clip-path: url(#wavy-clip-path);
}
@media (hover: none) {
   #hero {
     background-attachment: initial;
     background-position: 50% 0;
   }
}
#instructor-cards .card {
  height: 15vh;
}
