
.lboxImg { cursor: pointer; }

#lbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);

}

#lboxinner {
  color: #fff;
  font-weight: bold;
  position: relative;
  top: 7.5%;
  width: 85%;
  height: 85%;
  overflow: auto;
  margin: 0 auto;
  text-align: center;
}
