.banner--nxproject {
  background-color: #ffcb05;
  color: #000;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  opacity: 0;
  transition: opacity .45s ease-out .1s;
}

.banner--nxproject .banner__inner {
  height: 100%; 
}

.banner--nxproject .banner__content {
  margin-left: 25px;
  padding: 25px 25px 25px 0;
}

.banner--nxproject .banner__category {
  padding-top: 23px;
  font-size: 13px;
  margin-bottom: 382px;
  white-space: nowrap; 
}

.banner--nxproject .banner__headline {
  margin-bottom: 15px;
}

.banner--nxproject .banner__headline img {
  max-width: 100%;
  height: auto;
}

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

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

.banner--nxproject .banner__more:hover {
  background: #000;
  color: #fff;
}

.banner--nxproject .banner__more .fa {
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .banner--nxproject {
    background-position: calc(100% + 50px) center;
  }

}

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

  .banner--nxproject {
    background-position: calc(100% + 110px) center;
    background-size: auto 90%;
  }

  .banner--nxproject .banner__text {
    max-width: 250px;
  }
}

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

  .banner--nxproject .banner__text {
    max-width: none;
    margin-bottom: 30px;
  }

  .banner--nxproject .banner__more {
    top: 0;
    background: #282828;
    color: #fff;
  }
}

@media screen and (max-width: 374px) {
  .banner--nxproject {
    background-position: calc(100% + 130px) center;
  }
}
