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