/****************************************
　Community
*****************************************/
#masonry{
  margin: 0 auto;
}
.masonry-item{
  width: 416px;
  margin:0;
  padding:0 15px 30px 15px;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 540px){
.masonry-item {
  width: 100%;
}
.page-template-gallery figure a .text-overlay,.page-template-gallery figure a .text-not-overlay{
  width: 100%;
}
}