/*
*  Photo Gallery Styles for Our work page
*/

.galleryThumb {
  height:300px;
  width:300px;
  background-position: center;
  background-size:cover;
}

#img_gal {
  display:block;
}

#img_gal a, #img_gal a div {
  display:inline-block;
}
