/* Keep second-level page hero copy aligned with the product-list reference. */
.pl-hero,
.ab-hero,
.lp-hero,
.spbs-hero{
  box-sizing:border-box!important;
  align-items:flex-end!important;
  justify-content:flex-start!important;
  padding:0 7vw 72px!important;
}

.sp-hero .w1440,
.q-hero .q-container,
.brochure-hero .w1440,
.vr-banner-copy{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  margin:0!important;
  padding:0 7vw 72px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
}

.nanner .imgs .img{
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
  padding:0 7vw 72px!important;
}
.nanner .nox{
  left:auto!important;
  width:100%!important;
  max-width:760px!important;
  padding:0!important;
}

.inside-banner .product-banner-word{
  top:auto!important;
  right:auto!important;
  bottom:72px!important;
  left:7vw!important;
  margin-left:0!important;
}

.quality-top-banner-copy{
  top:auto!important;
  right:auto!important;
  bottom:72px!important;
  left:7vw!important;
  transform:none!important;
}

.banner > h1{
  top:auto!important;
  right:auto!important;
  bottom:72px!important;
  left:7vw!important;
  margin:0!important;
  text-align:left!important;
}

.project-new-banner > .title{
  top:auto!important;
  right:7vw!important;
  bottom:320px!important;
  left:7vw!important;
  width:auto!important;
  margin:0!important;
  text-align:left!important;
}
.project-new-banner > .title .subtitle{margin-left:0!important}

@media(max-width:700px){
  .pl-hero,
  .ab-hero,
  .lp-hero,
  .spbs-hero{
    padding:0 22px 42px!important;
  }
  .sp-hero .w1440,
  .q-hero .q-container,
  .brochure-hero .w1440,
  .vr-banner-copy,
  .nanner .imgs .img{
    padding:0 22px 42px!important;
  }
  .inside-banner .product-banner-word,
  .quality-top-banner-copy,
  .banner > h1{
    right:22px!important;
    bottom:42px!important;
    left:22px!important;
    width:auto!important;
  }
  .project-new-banner > .title{
    right:22px!important;
    bottom:220px!important;
    left:22px!important;
  }
}
