#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    text-align: center;
    z-index: 9999;
}

#lightbox p {
    text-align: right;
    color: #fff;
    margin-right: 20px;
    font-size: 12px;
}

#lightbox img {
    box-shadow: 0 0 25px #111;
    max-width: 90%;
}

#lightbox i.fa {
  cursor: pointer;
}

#lightbox button {
  background: none;
  border: none;
  color: #fff;
}