.wrapper {
  width: 100%;


}

.wrapper figure {
  float: left;


}
.wrapper figure img{

  padding:10px 20px 10px 15px;

}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

#lightbox {
  position:fixed;
  /* keeps the lightbox window in the current viewport */
 left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
  padding:20px 0;
  z-index:999999;
}

#lightbox p {
  margin-right: 20px;
  font-size: 12px;
  color: #fff;
  text-align: right;
  cursor: pointer;
}

#lightbox img {
  max-width: 80%;
  margin:0 auto;
  -webkit-box-shadow: 0 0 25px #111111;
     -moz-box-shadow: 0 0 25px #111111;
          box-shadow: 0 0 25px #111111;
}
	@media screen and (max-width:968px) {
#lightbox img {
  max-width: 95%;
}

}