.masonry img {
  max-width: 100%;
  vertical-align: bottom;
}
.masonry {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-column-gap: 5px;
  -webkit-column-gap: 5px;
  column-gap: 5px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
  margin-top: 10px;
}
.masonry .brick {
  margin-bottom: 5px;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}

.span {
  -moz-column-span: all;
  -webkit-column-span: all;
  column-span: all;
  *margin: 20px 0;
}

#fotogallery .wow {
-webkit-animation-delay: 0.3s; /* Safari 4.0 - 8.0 */
animation-delay: 0.3s;
}

#fotogallery .wow:nth-child(2n) {
-webkit-animation-delay: 0.8s; /* Safari 4.0 - 8.0 */
animation-delay: 0.8s;
}

#fotogallery .wow:nth-of-type(3n) {
-webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
animation-delay: 0.5s;
}

#fotogallery .wow:nth-of-type(4n) {
-webkit-animation-delay: 1.0s; /* Safari 4.0 - 8.0 */
animation-delay: 1.0s;
}
#fotogallery .wow:nth-of-type(5n) {
-webkit-animation-delay: 0.8s; /* Safari 4.0 - 8.0 */
animation-delay: 0.8s;
}

@media only screen and (min-width: 800px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count:3;
    column-count: 3;
  }
}
@media only screen and (max-width: 799px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
@media only screen and (max-width: 414px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}