#parallax-bg.template-whiteii{
      /* soft gradient to enhance depth at the bottom */
    background-size: cover, cover, auto 100%;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: center, center, bottom;
    background-blend-mode: normal, overlay;
    background-color: rgba(255, 255, 255, 0.75);
    opacity: 0.96;
    background-origin: content-box;
    padding-top: 80px; /* adjust for toolbar height */
  }