.he-style18 .he-box{
    position:relative;
    overflow: hidden;
    text-align:center;
}
.he-style18 .he-box img{
    width:100%;
    height: auto;
}
.he-style18 .he-box .he-box-content{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:1;
    background:rgba(0,0,0,0.6);
    transition: all 0.50s ease 0s;
}
.he-style18 .he-box:hover .he-box-content{
    opacity:0;
}
.he-style18 .he-box .he-title{
    position: relative;
    top:30%;
    color:#fff;
    font-weight: bold;
    transform: translateX(0px);
    transition: transform 0.40s ease 0s;
}
.he-style18 .he-box:hover .he-title{
    transform: translateX(-100%);
}
.he-style18 .he-box .he-post{
    position: relative;
    top:35%;
    margin:0 auto;
    width:40%;
    display: inline-block;
    padding:5px;
    color:#fff;
    font-size: 15px;
    font-weight:bold;
    background: #34bc72;
    opacity:1;
    transform: translateX(0px) skewX(0deg);
    transition: all 0.60s ease 0s;
}
.he-style18 .he-box:hover .he-post{
    opacity:0;
    transform: translateX(50%)skewX(-50deg)
}
.he-style18 .he-box .he-social-links{
    position:absolute;
    width: 100%;
    padding:0;
    margin:0;
    bottom:-20%;
    transition: all 0.50s ease 0s;
}
.he-style18 .he-box:hover .he-social-links{
    bottom:10%;
}
.he-style18 .he-box .he-social-links li{
    display:inline-block;
    margin-right:10px;
}
.he-style18 .he-box .he-social-links li a{
    padding:8px;
    color:#fff;
    font-size:20px;
    background: #34bc72;
}
.he-style18 .he-box .he-social-links li a:hover{
    text-decoration: none;
}

@media only screen and (max-width: 990px){
    .he-style18 .he-box{
        margin-bottom:15px;
    }
}
License Terms