#gallery {
  margin: auto;
  width: 80%;
}

.pictures {
  max-width: 200px;
  color: #333;
  box-sizing: border-box;
}

.workpic {
  margin-bottom: 2px;;
  border-radius: 3px;
  transform: scale(1);
  transition: .5s ease;
  border-radius: 3px;
  position: relative;
}

.workpic:hover {
  transform: scale(1.0221);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.proj-title {
  font-weight:100;
}
