.he-style8 .he-box{
    border:3px solid #6f6f6f;
    box-shadow:0px 0px 3px #a9a9a9;
    position:relative;
    overflow: hidden;
}
.he-style8 .he-box img{
    width:100%;
    height: auto;
}
.he-style8 .he-box .he-over-layer{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    background:rgba(89, 162, 174, 0.9);
    opacity:0;
    transform:scale(0,0);
    display: block;
    transition: all 0.30s linear;
}
.he-style8 .he-box:hover .he-over-layer{
    opacity:1;
    transform:scale(1,1);
}
.he-style8 .he-box .he-social-links{
    position: absolute;
    top:25%;
    right: 0;
    text-align: center;
    padding:0;
    margin:0;
    width:100%;
}
.he-style8 .he-box .he-social-links li{
    list-style:none;
    display:inline-block;
    margin-right:1%;
}
.he-style8 .he-box .he-social-links li a{
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 20px;
    line-height: 40px;
    color:#fff;
    opacity:0;
    transform:scale(0.7,0.7);
    transition:all 0.3s ease 0s;
}
.he-style8 .he-box .he-social-links li a:hover{
    color:#3498db;
    background: #fff;
}
.he-style8 .he-box:hover .he-social-links li a{
    opacity:1;
    transform:scale(1,1);
}
.he-style8 .he-box .he-title{
    margin:0;
}
.he-style8 .he-box .he-title a{
    color:#fff;
    font-size:20px;
    font-weight: bold;
    text-transform: uppercase;
    opacity:0;
    transition:all 0.5s ease 0s;
}
.he-style8 .he-box:hover .he-title a{
    opacity:1;
}
.he-style8 .he-box .he-post{
    position: absolute;
    bottom:28%;
    right:-60%;
    width:60%;
    padding:0;
    margin:0;
    opacity:0;
    transition:all 0.3s ease 0s;
}
.he-style8 .he-box .he-post p{
    color:#fff;
    transition:all 0.3s ease 0s;
}
.he-style8 .he-box:hover .he-post{
    opacity: 1;
    opacity: 1;
    left: 20%;
    bottom: 20%;
}
@media only screen and  (max-width:990px){
    .he-style8 .he-box{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .he-style8 .he-box:hover .he-title a{
        top:40%;
        left:35%;
    }
    .he-style8 .he-box:hover .he-post{
        right:-1%;
        bottom: 46%;
    }
}
@media only screen and (max-width: 480px) {
    .he-style8 .he-box:hover .he-title a{
        top:45%;
        left: 25%;
    }
    .he-style8 .he-box:hover .he-post{
        right: 5%;
        bottom: 35%;
    }
}
@media only screen and (max-width: 479px) {
    .he-style8 .he-box:hover .he-title a{
        top:47%;
        left: 19%;
    }
    .he-style8 .he-box:hover .he-post{
        right: 8%;
        bottom: 30%;
    }
}