.my-gallery {
  //width:279px;
  //float: left;
  //background:#f00;
}
.my-gallery img {
  /max-width: 290px;
  //max-height:200px;
  
}
.my-gallery figure {
  //display: block;
  float: left;
  margin: 0 13px 13px 0;
  //width: 220px;
  
}
.my-gallery figcaption {
  display: none;
}
.galeri_kabuk {
  position: relative;
  float:left;
  width:375px;
  height:212px;
  border:1px solid rgba(0,0,0,0)!important;
  margin:2px 5px;
  overflow:hidden;
}

.galeri_kabuk img{
  width:375px;
  height:212px;
}

.galeri_kabuk h3 {
  position:absolute;
  width:298px;
  height:54px;
  display: block; 
  margin:212px 0 0 0;
  padding:2px 5px;
  line-height:23px!important;
  font-size:16px!important;
  font-weight:700;
  color:rgba(255,255,255,1)!important;
  background-color:rgba(0,0,0,0.6);
  transition: 0.5s;
}

.galeri_kabuk:hover h3{
  margin-top:228px;
  transition: 0.5s;
}

.galeri_kabuk p {
  position:absolute;
  height:54px;
  display: block; 
  width:17%;
  margin:282px 0 0 80%;
  padding:4px;
  font-size:14px!important;
  line-height: 50px!important;
  //font-weight:700;
  color:rgba(255,255,255,1)!important;
  background-color:rgba(0,0,0,0.6);
  transition: 0.5s;
}
.galeri_kabuk:hover p{
  margin-top:228px;
  transition: 0.5s;
}