.he-style4 .he-box{
    overflow:hidden;
    position:relative;
}
.he-style4 .he-box .box-img img{
    width: 100%;
    height: auto;
}
.he-style4 .he-box .he-content{
    width: 100%;
    height: 100%;
    padding:60px 30px;
    background:rgba(71,162,222,0.8);
    position: absolute;
    top: 0;
    left: -100%;
    transition:all 0.50s ease 0s;
}
.he-style4 .he-box:hover .he-content{
    left:0;
}

.he-style4 .he-box .he-title{
    font-size:18px;
    color:#fff;
    text-transform:capitalize;
    font-weight: bold;
    margin:0 0 30px 0;
}
.he-style4 .he-box .he-description{
    font-size:16px;
    color:#fff;
    margin-bottom:35px;
}

.he-style4 .he-link{
    position: relative;
    top:40%;
    display: inline-block;
    padding: 7px 12px;
    background: #333333;
    color:#fff;
    margin-right: 10px;
}
.he-style4 .he-link:hover{
    color:#333333;
    background: #fff;
}
.he-style4 .he-option{
    position: absolute;
    top:25%;
    left:5%;
    width:90%;
    height:90%;
    text-align: center;
    transform:scale(0);
    transition: all 0.5s ease-in-out 0s;
}
.he-style4 .he-box:hover .he-option{
    transform:scale(1);
}
@media only screen and (max-width: 990px){
    .he-style4 .he-box{
        margin-bottom:20px;
    }
}
@media only screen and (max-width: 480px){
    .he-style4 .he-box .he-content{
        padding: 20px 30px;
    }
}