.he-style17 .he-box{
    position: relative;
}
.he-style17 .he-box .box-img{
    border: 4px solid #cecdcd;
}
.he-style17 .he-box .box-img img{
    width:100%;
    height: auto;
}
.he-style17 .he-box .he-box-content{
    position: absolute;
    top:0;
    width:100%;
    height:100%;
    opacity:0;
    padding: 30% 4%;
    text-align:center;
    background:#f96868;
    border-radius:0px;
    border:4px solid #f9866c;
    transition: all 0.30s ease 0s;
}
.he-style17 .he-box:hover .he-box-content{
    border-radius:50% 0 ;
    opacity:1;
}
.he-style17 .he-box .he-title{
    margin:0 0 1% 0;
    font-size:20px;
    color:#fff;
    text-transform:uppercase;
}
.he-style17 .he-box .he-title:after{
    content: "";
    display: block;
    width:80%;
    border-bottom:1px solid #fff;
    margin: 5% auto 4%;
}
.he-style17 .he-box .he-description{
    color:#fff;
    font-size: 14px;
    line-height:23px;
}
.he-style17 .he-box:hover .he-links{
    left: 35%;
    bottom: 25%;
    text-align: center;
    opacity: 1;
    z-index: 999;
}
.he-style17 .he-box .he-links{
    padding:0;
    margin:0;
    opacity: 0;
    position: absolute;
}
.he-style17 .he-box .he-links li{
    display:inline-block;
    list-style:none;
    margin-right:15px;
}
.he-style17 .he-box .he-links li a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    border-radius:10%;
    color:#e74c3c;
    background:#fff;
}
.he-style17 .he-box .he-links li a i{
    transform: scale(1,1);
    transition: transform 0.50s ease;
}
.he-style17 .he-box .he-links li a:hover i{
    transform:scale(1.2,1.2);
}
@media only screen and (max-width: 990px) {
    .he-style17 .he-box{ margin-bottom:20px; }
}
@media only screen and (max-width: 479px) {
    .he-style17 .he-box .he-box-content{ padding: 25% 4%; }
}