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

.banner--bcd .banner__inner {
  padding: 70px 25px 125px;
}

.banner--bcd .banner__content {
  padding-top: 110px;
  padding-bottom: 50px;
  background: url('frame-top.png') no-repeat center top, url('frame-bottom.png') no-repeat center bottom;
}

.banner--bcd .banner__headline {
  font-size: 120px;
  line-height: 0.9;
  margin-bottom: 28px;
}

.banner--bcd .banner__text p {
  font-size: 34px;
  max-width: 595px;
  margin: 0 auto 30px;
  line-height: 0.9;
}

.banner--bcd .banner__text small {
  font-size: 18px;
  font-family: "DINNextLTPro", sans-serif;
  max-width: 470px;
  margin: 0 auto 30px;
  display: block;
}

.banner--bcd .banner__more {
  padding: 6px 46px 6px 10px;
  font-size: 21.5px;
  border: 2px solid #ffcb05;
  color: #ffcb05;
  transition: all .25s ease;
}

.banner--bcd .banner__more:hover {
  background: #ffcb05;
  color: #282828;
}

@media screen and (max-width: 1130px) {
  .banner--bcd .banner__headline {
    font-size: 100px;
  }
}

@media screen and (max-width: 950px) {
  .banner--bcd .banner__headline {
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {

  .banner--bcd .banner__inner {
    position: relative;
  }
  
  .banner--bcd .banner__content {
    background-size: contain, contain;
  }

  .banner--bcd .banner__headline {
    font-size: 45px;
  }

  .banner--bcd .banner__text p {
    font-size: 20px;
  }

  .banner--bcd .banner__more {
    background: #ffcb05;
    color: #282828;
    position: absolute;
    bottom: 25px;
    right: 25px;
  }
}
