html.lity-active {
  overflow-y: hidden;
}
html.lity-active .lity-close {
  color: white;
}

#black-future-weekend {
  background: url("https://s3.amazonaws.com/s3.thedreamcorps.org/homepage-lightbox-0721/img/bfw-bg.png");
  width: 960px;
  height: 540px;
  padding: 30px;
  display: none;
  color: white;
}
html.lity-active #black-future-weekend {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#black-future-weekend * {
  color: inherit;
}
#black-future-weekend .mr-lightbox__content {
  max-width: 50%;
}
#black-future-weekend .mr-lightbox__content img {
  margin-bottom: 1rem;
}
#black-future-weekend .mr-lightbox__content .mr-lightbox__btn {
  display: inline-block;
  padding: 10px 24px;
  background-color: #54244f;
  color: #fff;
  font-family: Open Sans, arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s;
}
#black-future-weekend .mr-lightbox__content .mr-lightbox__btn:hover {
  background-color: #783371;
}