.page-banner.projects {
    background-image: url(../images/page-banner.jpg);
}
.pro-box {
    max-width: 395px;
}
.pro-box a {
    display: inline-block;
    position: relative;
    color: #fff;
}
.pro-box a img {
    float: left;
}
.pro-box a .text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -20px;
}
.pro-box a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
}