@media (max-width:768px) {
  header.masthead {
    height: 350px;
  }
}

@media (min-width:768px) {
  header.masthead {
    height: 600px;
  }
}

