.parallax {
  background-image: url("../header.jpg");
  min-height: 100px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hgt {
  min-height: 100px;
}