.block-background-stripe,
.editor-styles-wrapper .block-background-stripe {
  position: relative;
}
.block-background-stripe:after,
.editor-styles-wrapper .block-background-stripe:after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  z-index: 1;
}
.block-background-stripe .content,
.editor-styles-wrapper .block-background-stripe .content {
  position: relative;
  z-index: 5;
}
.block-background-stripe.top:after,
.editor-styles-wrapper .block-background-stripe.top:after {
  top: 0;
}
.block-background-stripe.bottom:after,
.editor-styles-wrapper .block-background-stripe.bottom:after {
  bottom: 0;
}
.block-background-stripe.intro,
.editor-styles-wrapper .block-background-stripe.intro {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
/*# sourceMappingURL=background_stripe.css.map */