#hero-area {
  background: url("../images/slider.png") no-repeat 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 220px 0 180px;
  color: #fff;
  position: relative;
}


#background-fix {
  background: url("../images/slider.png") no-repeat 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 0 80px;
}