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

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

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

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

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

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

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

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

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

  .banner--wallpapers {
    background-position: calc(50% - 100px) center;
  }

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

  .banner--wallpapers .banner__content {
    min-height: 550px;
  }

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

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