.slick-parallax {
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parallax-inner {
  background-size: cover;
  position: absolute;
}

.parallax-text {
  position: relative;
  z-index: 10;
  text-shadow: 0 0 10px #333;
}
