

div#background {
  height: 100%;
  width: 100%;

  padding-top: 20px;
}

div#gallery {
  width: 800px;
  margin: auto;
}


#background img {
  height: 150px;
  margin: 0px;
}

#background figure {
  float: left;
  position: relative;
  background-color: white;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  margin: 10px;
  box-shadow: 1px 2px 3px black;
}

figure.pic1 {
  -webkit-transform : rotate(-10deg);
}

figure.pic2 {
  -webkit-transform : rotate(15deg);
}

figure.pic3 {
  -webkit-transform : rotate(-25deg);
}

figure.pic4 {
  -webkit-transform : rotate(5deg);
}

figure.pic5 {
  -webkit-transform : rotate(5deg);
}

figure.pic6 {
  -webkit-transform : rotate(-8deg);
}

figure.pic7 {
  -webkit-transform : rotate(2deg);
}

figure.pic8 {
  -webkit-transform : rotate(-13deg);
}

figure.pic9 {
  -webkit-transform : rotate(-7deg);
}

figure.pic10 {
  -webkit-transform : rotate(2deg);
}

figure.pic11 {
 -webkit-transform : rotate(-3deg);
}

#background figure:hover {
  box-shadow: 5px 10px 100px black;
  -webkit-transform: scale(1.1,1.1);
  /*z-index: 20;*/
}
