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