.gallery {
  margin: 0 auto;
  text-align: center;
  width: 100%;
   
}
.gallery {
  width: 280px;
  min-height: 187px;
  text-align: center;
  height: 255px;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  overflow: hidden;
  background-color: black;
}
.gallery:nth-child(2) img {
  margin: 0;
  display: inline-block;
  float: right;
}
.gallery .name {
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 5px;
  color: white;
  border:1px solid rgba(255,255,255,1); 
  font-weight: lighter;
  font-size: 16.5px;
   box-sizing:border-box; 
  
  position: absolute;
  display: block;
  top: 2%;
  left: 2%;
  text-align: left;
 font-weight:400; 
  opacity: 0;
  z-index: 2;
  width: 96%;
  height:180px;
}
  .gallery .name p.t {width:100%; text-align:center;  height:135px; float:left; box-sizing:border-box; padding-top:25px;  }
.gallery .name p.t b {width:48%; text-align:right; float:left;  font-weight:500;   color:#fff;}
.gallery .name p.t span {width:48%;text-align:left;  float:right; }

 .gallery .name span.link {width:100%; display:inline-block; border-top:1px solid rgba(255,255,255,1); box-sizing:border-box; text-align:center; line-height:40px; font-size:15px; }


.gallery:hover .name {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
 
.gallery:hover img {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-position: top top;
  -webkit-filter: grayscale(0.4) blur(2px);
  filter: grayscale(0.4) blur(2px);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.gallery:hover:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.gallery img {
  display: block;
  width: 421px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  -moz-transform: scale(1.09, 1.09);
  -ms-transform: scale(1.09, 1.09);
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}


.inner {height:330px !important;}