.hero .title,
.hero.title {
  margin-top: 8px;
  text-align: center
}

.hero {
  position: relative;
  width: 100vw;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  font-size: 0;
  padding: 0
}

.hero .picture,
.hero.picture {
  width: 100vw;
  max-height: 10rem;
  object-fit: cover;
}

.hero .content,
.hero.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  text-align: center;
  box-shadow: none;
  justify-content: center;
  align-items: center;
}

.hero .content .prefix,
.hero.content .prefix {
  display: inline-block;
  color: #fff;
  font-size: 2.37rem;
  font-weight: 800;
  margin: 0;
  padding: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
  letter-spacing: 1px
}

.hero .content .title,
.hero.content .title {
  color: #fff;
  margin: 0;
  font-size: 3rem;
  font-weight: 800;
  padding: .3rem;
  white-space: nowrap;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9)
}
