#content, #footer {
  background: transparent;
}
#outerwrapper:after,
#overlay:after {
  content: '';
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  background-image: url(../_img/_mystery-week/bg.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat-y;
  opacity: .75;
  filter: blur(.125em);
}
.webp #outerwrapper:after,
.webp #overlay:after {
  background-image: url(../_img/_mystery-week/bg.webp);
}
#content nav {
  font-size: 1.125em;
  padding-bottom: 3em;
  margin-top: -0.375em;
}
body {
  #overlay {
    background-color: #fff;
  }
  #overlay button svg * {
    fill: #ec7207;
    transition: all .2s ease-out;
  }
  #overlay button:hover svg * {
    fill: #000;
  }
  #overlay .headshot {
    max-width: 21em;
    margin: 0 auto;
  }
  #overlay .guest-info {
    padding-top: .6875em;
  }
  #overlay .name {
    text-align: center;
    font-size: 2em;
  }
  #overlay .bio {
    font-size: 1.125em;
    padding-top: 1.125em;
    max-width: 25em;
    margin: 0 auto;
  }
}
#mystery-guests {
  text-align: center;
}
#mystery-guests h1 {
  font-size: 3.5em;
  line-height: .875;
  letter-spacing: -.05em;
  padding-bottom: .125em;
  margin: 0 auto;
}
#mystery-guests h2 {
  color: #000;
  margin: 0;
}
#mystery-guests p {
  max-width: 28em;
  margin: 0 auto;
}
.guest .headshot {
  border: .5em solid #ec7207;
  border-radius: 50%;
  transition: border-color .2s ease-out;
}
.guest .headshot img {
  border-radius: 50%;
}
#guests .guest:hover .headshot {
  border-color: #e5e0dd;
}
#guests .guest:hover .name {
  color: #ec7207;
}
#guests .guest-info {
  padding-top: .625em;
}
.guest .name {
  margin: 0;
  color: #000;
  font-size: 1.625em;
  transition: color .2s ease-out;
  text-transform: uppercase;
}
.guest .role {
  margin: 0;
  color: #867261;
  display: none;
}
#guests {
  text-align: center;
  padding: 2em 0 1em;
  @media (max-width: 1023px) {
    font-size: 17px;
  }
}
#guests .guest {
  display: inline-block;
  width: 15em;
  margin: 0 .5em 2em;
  vertical-align: top;
  cursor: pointer;
}
#guests .guest .bio {
  display: none;
}
.btn.active {
  background: transparent;
  color: #000 !important;
  background-color: #e5e0dc !important;
  pointer-events: none;
}