.banner--esp {
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity .45s ease-out .1s;
}

.banner--esp .banner__content {
  margin-right: 25px;
  padding: 25px 0 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 700px;
}

.banner--esp .banner__headline {
  font-size: 60px;
  margin-bottom: 15px;
  max-width: 325px;
  line-height: 0.9;
}

.banner--esp .banner__text {
  max-width: 300px;
  font-size: 16px;
  font-family: "DINNextLTPro", sans-serif;
  margin-right: 125px;
}

.banner--esp .banner__more {
  padding: 6px 46px 6px 10px;
  font-size: 21.5px;
  color: #fff;
  border: 2px solid #fff;
  float: right;
  position: relative;
  top: -25px;
  transition: all .25s ease;
}

.banner--esp .banner__more:hover {
  color: #282828;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .banner--esp .banner__content {
    min-height: 550px;
  }

  .banner--esp .banner__headline {
    font-size: 50px;
  }

  .banner--esp .banner__text {
    max-width: none;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .banner--esp .banner__more {
    top: 0;
    background: #fff;
    color: #000;
  }
}

@media screen and (max-width: 374px) {
  .banner--esp .banner__headline {
    font-size: 45px;
  }
}
