/* -------------------------------
   S E C T I O N  :  F O T O B O X
   ------------------------------- */

section#fotobox {
}

section#fotobox .image {
  display: inline-block;
  padding: 0;
}

section#fotobox img {
  max-width: 90%;
  border: solid white 10px;
}

section#fotobox .i1 img {
  transform: rotate(5deg);
}

section#fotobox .i2 img {
  transform: rotate(-3deg);
}

section#fotobox .i3 img {
  transform: rotate(-5deg);
}

section#fotobox .i4 img {
  transform: rotate(8deg);
}
