.he-style19 .he-box{
    position: relative;
}
.he-style19 .he-box img{
    width: 100%;
    height:auto;
}
.he-style19 .he-box .he-box-content{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,35,38,0.4);
}
.he-style19 .he-box .he-title{
    position: absolute;
    top:35%;
    color:#fff;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    transform:scale(1,1);
    opacity: 1;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
}
.he-style19 .he-box:hover .he-title{
    transform:scale(0.5,0.5);
    opacity: 0;
}
.he-style19 .he-box .he-option {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}
.he-style19 .he-box .he-option:before {
    content: "";
    width: 130px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #fff;
    opacity: 0;
    transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.he-style19 .he-box:hover .he-option:before {
    opacity: 1;
    transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}
.he-style19 .he-box .he-link{
    width: 70px;
    display: block;
    font-size: 20px;
    line-height: 35px;
}
.he-style19 .he-box .he-link a{
    color: #fff;
    margin: 0 5px;
}
.he-style19 .he-box .he-link a:hover{
    color:#d39a00;
}
.he-style19 .he-box .he-link a i {
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.he-style19 .he-link a:first-child i{
    transform: translate3d(-40px,-40px,0);
}
.he-style19 .he-link a:nth-child(2) i {
    transform: translate3d(40px,-40px,0);
}
.he-style19 .he-link a:nth-child(3) i {
    transform: translate3d(-30px,40px,0);
}
.he-style19 .he-link a:nth-child(4) i {
    transform: translate3d(40px,40px,0);
}
.he-style19 .he-box:hover .he-link i{
    transform: translate3d(0,0,0);
    opacity: 1;
}
@media only screen and (max-width: 990px){
    .he-style19 .he-box{
        margin-bottom: 20px;
    }
}