.hero {
  position: relative;
}

.hero__content {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  margin-right: -50%;
  max-width: 95%;
  padding: 1rem;
  text-align: center;
}
@media screen and (min-width: 544px) {
  .hero__content {
    max-width: 750px;
    padding: 2rem 3rem;
  }
}

.hero__heading,
.hero .views-field-title {
  background-color: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  min-width: 300px;
  padding: 1rem 0.5rem;
  font-size: xx-large;
  text-transform: uppercase;
  margin-top: -1rem;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 543px) {
  .hero__heading,
  .hero .views-field-title {
    font-size: 1.25rem;
  }
}
.hero__heading a,
.hero .views-field-title a {
  color: #ffffff;
  text-decoration: none;
}

.hero__eyebrow {
  color: #990000;
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.15rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 544px) {
  .hero__eyebrow {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }
}

.hero__body {
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 544px) {
  .hero__body {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}