@charset "utf-8";

.xns_gnuboard_latest_gallery_thumbnail { position:relative; overflow:hidden; }

.xns_gnuboard_latest_gallery_thumbnail a {
  color:#000; text-decoration:none;
	-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;
}
.xns_gnuboard_latest_gallery_thumbnail div.gallery {
	-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;
}

div.gallery {
  position:relative; overflow:hidden;
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}
div.gallery img.thumb {
  position:absolute; top:0px; left:0px; display:inline-block;
}

div.desc {
  position:relative; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  margin-bottom:12px; 
  float: left;
  width: 24.99999%;
}
