.he-style6 .he-box{
    overflow:hidden;
    position:relative;
}
.he-style6 .he-box .box-img img{
    width: 100%;
    height: auto;
}
.he-style6 .he-box .he-content{
    width: 95%;
    height: 93%;
    background: #ea6153;
    margin: 9px 0 0 9px;
    padding: 60px 30px;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.5s ease 0s;
}
.he-style6 .he-box:hover .he-content{
    top:0;
}
.he-style6 .he-box .he-title{
    font-size:18px;
    font-weight: bold;
    color:#fff;
    text-transform:capitalize;
    margin:0 0 30px 0;
}
.he-style6 .he-box .he-description{
    font-size:16px;
    color:#fff;
    margin-bottom:35px;
}
.he-style6 .he-link{
    position: relative;
    top:40%;
    display: inline-block;
    padding: 7px 12px;
    background: #333333;
    color:#fff;
    margin-right: 10px;
}
.he-style6 .he-link:hover{
    color:#333333;
    background: #fff;
}
.he-style6 .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-style6 .he-box:hover .he-option{
    transform:scale(1);
}
@media only screen and (max-width: 990px){
    .he-style6 .he-box{
        margin-bottom:20px;
    }
}