.hero {
  background-image: url(../img/backgrounds/b01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #000; }
