.node--type-innovation-detail-page .section-lead-in .button {
   width: 420px;
   max-width: 100%;
}

.banner.gradient-background::before,
.banner.gradient-background .banner::before  {
  /*background-image: -webkit-gradient(linear,right top,left top,from(rgba(24,25,29,0)),to(rgba(24,25,29,.5)));
  background-image: linear-gradient(-90deg,rgba(24,25,29,0) 0,rgba(24,25,29,.5) 100%);*/
  background: rgb(24,25,29)!important;
  background: -moz-linear-gradient(90deg, rgba(24,25,29,0.8) 0%, rgba(24,25,29,0) 60%)!important;
  background: -webkit-linear-gradient(90deg, rgba(24,25,29,0.8) 0%, rgba(24,25,29,0) 60%)!important;
  background: linear-gradient(90deg, rgba(24,25,29,0.8) 0%, rgba(24,25,29,0) 60%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#18191d",endColorstr="#18191d",GradientType=1)!important;
}