.showcase {
    position: relative;
    overflow: hidden;
    width: 25%;
    font-family: Almost, Arial;
    background-color: none;
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    float: left;
    z-index: 2;
    margin-bottom: 20px;
}

.showcasePicture {
    position: relative;
}
.showcasePicture img {
    max-height: 232px;
    display: block;
    border: none;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.showcaseTitle a {
    display: block;
    line-height: 20px;
    color: #000000;
    font-size: 14px;
    text-align: center;
    width: 95%;
    margin: 0px auto;
    text-transform: uppercase;
    font-weight: bold;
}
Şöyle dener misiniz hocam ?