.featured-items .col.span_4 {
    width: 33.3%;
    margin: 0;
}
.featured-items .col{
    padding: 15px;
    background-color: transparent;
    height: auto;
    transition-timing-function: cubic-bezier(.16,.85,.45,1);
}
.featured-items .col .inner-wrap {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 100%;
}

.featured-items .col .work-item {
    margin-bottom: 25px;
    overflow: visible;
    position: static;
}
.featured-items .col img {
    border-radius: 5px;
    transition: all 0.3s cubic-bezier(.21, .6, .35, 1);
    display: block;
    margin-bottom: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 256px;
}
.featured-items .col:hover img {
    transform: translateY(-5px);
    box-shadow: 0 30px 65px rgba(0,0,0,0.15);
}
.featured-items .work-info {
    opacity: 0;
    position: absolute;
    z-index: 10;
    padding: 0 20px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.featured-items .col .work-item.style-1 .work-info >a {
    display: block;
    margin: 0;
    background-color: transparent!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
}
.featured-items .work-meta {
    text-align: left;
    float: none;
    width: 100%;
    font-size: 11px;
    color: #999;
}
.featured-items .work-meta h4{
    margin-bottom: 0;
}