.kkcmasonry-wrap {
    max-width: 1276px;
    margin: 0 auto;
    padding-bottom: 120px;
}

/* ---- grid ---- */
.grid {
    margin: 0 auto;
    min-height: 400px;
}

/* clearfix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- grid-item ---- */
.grid-item {
    width: 304px;
    margin-bottom: 16px;
    border: 2px #fff solid;
}

.item-1,
.item-4 {
    height: 424px;
}

.item-2,
.item-3,
.item-5,
.item-6 {
    height:204px;
}

.grid-item:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-radial-gradient(hsla(0,0%,0%,0),rgba(0,0,0,0.2) 50%,hsla(0,0%,0%,0.8));
    background-image: radial-gradient(hsla(0,0%,0%,0),rgba(0,0,0,0.2) 50%,hsla(0,0%,0%,0.8));
    opacity: 0.9;
}

.grid-item:hover .imgDescription{
    opacity: 0;
    zoom: 1;
    transition: 0.3s linear;
}

.imgDescription{
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    cursor: pointer;
    padding: 20px;
    z-index: 99;
    padding-top: 10%;
    font-size: 18px;
    color: #BBB;
    display: table;
    height: 100%;
    transition: 0.3s linear;
}

.grid-item .imgDescription .title{
    color: #fff;
    font-size: 22px;
    margin-top: 0;
    line-height: 140%;
    text-align: center;
    border-bottom: 1px solid #999;
    padding-bottom:10px; 
}

.grid-item .imgDescription .desc{
    color: #bbb;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    text-align: center;   
}
.center {
    display: table-cell;
    vertical-align: middle;
}