.recent-work-wrap .recent-work-inner h3{ text-align:center; margin-top:30%!important;}


@media (min-width:320px) and (max-width:767px){
.recent-work-wrap .overlay{ display:none;}
.port-folio img{ width:100%; height:100%;}
}

@media (min-width:768px) and (max-width:991px){
.recent-work-wrap .overlay .preview{line-height:0px!important;}

.port-folio img{ width:220px; height:170px;}
}

.recent-work-wrap {
  position: relative;
}
.recent-work-wrap img{
  width: 100%;

}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}


.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #08c;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}
.port-folio li { float:left;}
.port-folio li img{ width:290px; height:220px;}
.port-folio img{     width: 280px;
    height: 220px;
    margin-bottom: 20px;}
.exotic .overlay .recent-work-inner h3{ margin-top:24%!important;}