.paragraph.parallax {
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 33vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -.75rem;
  margin-left: -.75rem;
}

.paragraph.parallax .parallax_shadow {
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.paragraph.parallax .field_text {
  padding: 15px;
  position: relative;
  z-index: 2;
}

.paragraph.parallax .field_text * {
  color: #000000;
}
