.section-header{
    display: flex;
    flex-direction: column;

}
.section-header--center{
    justify-items: center;
        align-items: center;


}

.parallax-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 130%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
    }


.pr-nav{
        min-height: 70px;
}

.brands img{
    max-width: 200px;;
}