.simpletextpage .simpletextpage-hero .element-panel {
  background-image: url("/img/glossaryheroplaceholder.png");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  filter: grayscale(100%);
}
.simpletextpage .simpletextpage-hero .simpletextpage-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(28, 27, 26, 0.9);
}
.simpletextpage .simpletextpage-hero .simpletextpage-hero-content {
  z-index: 2;
  position: relative;
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 768px) {
  .simpletextpage .simpletextpage-hero .simpletextpage-hero-content {
    width: 85%;
  }
}
@media (min-width: 992px) {
  .simpletextpage .simpletextpage-hero .simpletextpage-hero-content {
    width: 850px;
  }
}
.simpletextpage .simpletextpage-hero .simpletextpage-hero-title {
  max-width: 100%;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.simpletextpage .simpletextpage-content {
  max-width: 100%;
  width: 900px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=../../dist/css/maps/simpletextpage.css.map */
