#facebox {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 50%;
  max-width: 80%;
  max-height: 80vh;
  overflow: auto;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox_content {
  margin: 1em;
}

/*#facebox .loading {*/
/*  text-align: center;*/
/*}*/

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
