.hero {
  background-image: url("img/hero.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  position: relative;
}

.hero-cta {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.cta-text {
  text-transform: uppercase;
  font-size: 1.5em;
  font-style: italic;
  font-weight: bold;
  color: #FFFFFF;
}

.cta-box {
  float: right;
}

.cta-box > a {
  color: #FFFFFF;
  font-style: normal;
}
