.paragraph--type--section.has_parallax {
  position: relative;
  overflow: hidden;
}

.parallax--view-mode--default {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.parallax--view-mode--section {
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  overflow: hidden;
}

.parallax {
  position: absolute;
  z-index: -1;
}

/*# sourceMappingURL=parallax_01.css.map */