.img-wrap  {
	position:relative;
	width:100%;
	display:block;
}
.img-wrap img {
	width:100%;
	height: auto;
	display:block;
	padding: 10px;
}
/* #Gallery
================================================== */ 

#owl-sep-2 {
	position:relative;
	width:100%;
	margin:0 auto;
	display:block;
}
#owl-sep-2 .item{
	position:relative;
	width:100%;
	margin:0 auto;
	z-index:2;
	display:block;
}
.gallery-small:before,
.gallery-small:after{
	position:absolute;
	content: '';
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	display:block;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
}
.gallery-small:before{
	z-index:2;
	background: linear-gradient(45deg, rgba(0,0,0,.6), rgba(0,0,0,.9));
}
.gallery-small:after{
	z-index:3;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
	background-image: url('../img/plus.png');
}
.gallery-small:hover:before,
.gallery-small:hover:after{
	opacity: 1;
}
.gallery .col-md-3 {padding-right: 0!important; padding-left: 0!important; width: 25%;float: left;
}
@media (max-width: 767px) {
  .gallery .col-md-3 {
    width: 33.33%;float: left;
  }
}
