.featured-list {
    width: 100%;
    margin: auto;
}

.featured-list #grid {
    width: 100%;
}

.featured-list #grid .thumb {
    float: left;
    height: auto;
    margin: 0;
    width: 50%;
}

.protfolio-padding {
    padding-top: 35px;
}

.thumb {
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.thumb a {
    display: inline-block;
    float: left;
    height: 100%;
    line-height: 0;
    text-decoration: none;
    width: 100%;
}

.thumb img,
.thumb a img {
    display: block;
    position: relative;
    width: inherit;
}

.thumb-rollover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background: #1d2025;
    opacity: 0.9;
    text-align: center;
    color: #fff;
    display: none;
    transition: 0.2s;
}

.project-title {
    text-align: center;
    margin: auto;
    width: auto;
    margin-top: 20%;
    transition: 0.2s;
}

.project-title h4 {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}

.project-title h5 {
    font-size: 15px;
    text-transform: uppercase;
}

.thumb:hover .thumb-rollover {
    display: block;
    transition: 0.2s;
}