.lead_banner {
  overflow: hidden!important;
  position: relative;
}
.lead_banner .background{
  /*height: 100%;*/
  width: 100%;
  position: relative;
}
.lead_banner .banner-content{
  position: absolute;
  top: 65px;
  color: #000;
  left: 100px;
}
.lead_banner .lozung{
  color: #000;
  font-size: 20px;
  border-bottom: 2px solid #ff7e00;
  padding-bottom: 0px;
  font-weight: 500;
}
.lead_banner .preview-text{
  margin-top: 10px;
  font-size: 49px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
