section#photos {
  background: #999;
  background-image: linear-gradient(180deg, #999 0%, #EEE 98%, #444 100%);
  line-height: 0;
  padding: 0;
  margin-top: 50px;
}
section#photos img {
  display: inline-block;
  transition: opacity ease-in-out 0.25s, transform ease-in-out 0.25s;
}
section#photos img.changing {
  opacity: 0;
}
section#photos img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 599px) {
  section#photos img {
    width: 25%;
  }
}
@media screen and (min-width: 600px) {
  section#photos img {
    width: 20%;
  }
}
@media screen and (min-width: 850px) {
  section#photos img {
    width: 16.666%;
  }
}
@media screen and (min-width: 1100px) {
  section#photos img {
    width: 14.286%;
  }
}
@media screen and (min-width: 1400px) {
  section#photos img {
    width: 12.5%;
  }
}
@media screen and (min-width: 1600px) {
  section#photos img {
    width: 11.11%;
  }
}
@media screen and (min-width: 1800px) {
  section#photos img {
    width: 10%;
  }
}

/*# sourceMappingURL=pics.css.map */
