.article_banner {
  overflow: hidden!important;
  position: relative;
}
.article_banner .background{
  /*height: 100%;*/
  width: 100%;
  position: relative;
}
.article_banner .banner-content{
  position: absolute;
  top: 32%;
  color: white;
  text-align: center;
  margin: 0 200px;
}
.article_banner .lozung{
  color: #fff;
  font-size: 16px;
  border-bottom: 2px solid #ff7e00;
  padding-bottom: 5px;
  font-weight: 500;
}
.article_banner .preview-text{
  margin-top: 32px;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 35px;
}

