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

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

.banner--inflator .banner__content {
  margin-right: 25px;
  padding: 25px 0 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner--inflator .banner__category {
  padding-top: 23px;
  font-size: 13px;
  margin-bottom: 180px;
}

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

.banner--inflator .banner__text {
  font-size: 16px;
  font-family: "DINNextLTPro", sans-serif;
  max-width: 340px;
  margin-right: 100px;
}

.banner--inflator .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--inflator .banner__more:hover {
  background: #fff;
  color: #000;
}

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

@media screen and (max-width: 768px) {
  
  .banner--inflator .banner__category {
    margin-bottom: 100px;
  }

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

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