section.gallery {
  text-align: center;
  font-size:0;
  margin: 20px 0;
}
section.gallery div.tile {
  display: inline-block;
  margin: 0 1px 1px 0;
}
section.gallery div.tile {
  display: inline-block;
  margin: 0 1px 1px 0;
}
section.gallery div.tile a {
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
}


/*
section.gallery div.tile {
  width:302px;
  height:200px;
  background:#666;
}

section.gallery div.tile img {
  border:1px solid #fff;
  margin:-1px -1px;
}
*/

.pswp__caption a {  color: #3a3; }
.pswp__caption__center { text-align: center; font-size:16px; }

