.introduction {
  background: url("../img/intro/bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.introduction .lead {
  margin-left: 60px;
  padding-top: 128px;
}
