.productsimg{
	padding:30px 0px;
}
.productsimg .hr1{
	margin-bottom:60px !important;
}
.img-pad{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.hovereffect {
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    }
    .hovereffect .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(255, 65, 49, .8);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    }
    .hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
    }
    .hovereffect h2 {
    text-transform:uppercase;
    color:#fff !important;
    text-align:center;
    position:relative;
    font-size:33px;
    font-weight:400;
    background:transparent;
    -webkit-transform:translatey(-100px);
    -ms-transform:translatey(-100px);
    transform:translatey(-100px);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    top:43%;
    }
    .hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
    border-radius:5px !important;
    }
    .hovereffect:hover .overlay {
    opacity:1;
    filter:alpha(opacity=100);
    }
    .hovereffect:hover h2,.hovereffect:hover{
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0);
    }					