html.uf-lightbox-open {
  overflow: hidden;
}
.uf-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.uf-lightbox-iframe {
  position: fixed;
  width: 800px;
  height: 95%;
  bottom: 0;
  left: calc(50% - 400px);
  background: #fff;
}
.uf-lightbox-x {
  font-size: 33px;
  position: fixed;
  top: calc(5% - 22px);
  right: calc(50% - 419px);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: black;
  line-height: 40px;
  text-align: center;
  z-index: 2;
}
.uf-lightbox-x > a {
  color: white;
  text-decoration: none;
}
.uf-lightbox-x > a:hover {
  color: #ccc;
  text-decoration: none;
}
/*# sourceMappingURL=uf-lightbox.css.map */