.full-width-limiter {
  max-width: 2048px;   
  width: initial;
  margin: 0 auto;
}

#hero-outer {
  background-image: url("/assets/templates/main/images/backgrounds/reviews-background-image.jpg");
  /*background-image: url("/assets/templates/main/images/hero/hero.jpg");*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 325px;
}

#hero-outer .hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: flex-end;
}

#hero-outer .hero-wrapper .hero-image-left,
#hero-outer .hero-wrapper .hero-image-right,
#hero-outer .hero-inner {
  text-align: center;
  background-color: rgba(0,0,0,0.4);
}

#hero-outer .hero-wrapper .hero-image-left {
  margin-right: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#hero-outer .hero-wrapper .hero-image-right {
  margin-left: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#hero-outer .hero-inner {
  margin: 0 5px;
  width: 636px; /* 33% of 1920px */
}

#hero-outer .hero-inner .hero-icon img {
  max-width: 200px;
  width: 100%;
}

#hero-outer ul.brand-promises {
  list-style-position: inside;
  padding-left: 0;
}

@media all and (max-width: 1025px) {
  #hero-outer .hero-inner {
    width: 410px; /* 40% of 1025px */
  }
}

@media all and (max-width: 800px) {
  #hero-outer {
    padding-top: 175px;
  }
  #hero-outer .hero-inner {
    width: 80%;
  }
  #hero-outer .hero-wrapper .hero-image-left,
  #hero-outer .hero-wrapper .hero-image-right {
    display: none;
  }
}

@media all and (max-width: 570px) {
  #hero-outer .hero-inner {
    width: 100%;
  }
}