@charset "utf-8";
/* CSS Document */
.parallax {
  position: relative;
  overflow: hidden;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex; }

.background {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.shadow {
  height: 100%;
  width: 100%;
  position: absolute;
  }