div.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: #000;
}

div.lightbox .close {
	color: #fff;
	z-index: 10002;
	position: absolute;
}