.gallery_cat li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.gallery_cat_name img{
  max-width:100px;
}
.gallery_cat_name {
  text-align: center;
  margin-top: 5px;
}


#gallery .gallery_cat {
    list-style: none;
    margin: 10px;
    padding: 0;
}
.gallery_cat_img > img {
    max-width: 100px;
}
#gallery {margin: 10px;}


.list_gallery li {
  float: left;
  height: 169px;
  line-height: 16px;
  list-style: none outside none;
  padding: 0;
  width: 151px;
}
.list_gallery {
  display: inline-block;
  padding-bottom: 100px;
}
.gallery_icon
{
 /* height:130px;  */

}
.gallery_icon> img
{
max-width:115px;
max-height:115px;
vertical-align: middle;
}
.gallery_icon,.gallery_name,.gallery_editor
{  text-align:center;
}
.gallery_editor img{
  width: 20px;
}
.tombol_bawah
{
clear:both;
}
.gallery_name
{
padding:5px;
text-decoration:none;
color:black;
}
.gallery_name:hover
{
text-decoration:none;
color:black;
}
.gallery-image {
    position: relative;
}
.gallery-image:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}
.gallery-image img {
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}

.name-photo.text-center {
    min-height: 70px;
    padding: 0 0px;
}