/* line 2, ../../../../_sass/modules/pspagebuilder/views/css/pagebuilder.scss */
.pts-parallax {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}

/* line 8, ../../../../_sass/modules/pspagebuilder/views/css/pagebuilder.scss */
.pts-parallax:before {
  background: transparent;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  opacity: 0.8;
}
