.wppg-grid-item img{
    /* border: 3px solid #33; */
    

}

.item-content{
    box-shadow: 0px 1px 3px #636363;
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
    border-radius: 10px;
    transition: box-shadow .3s;
}
.wppg-grid-item .item-content:hover{
    opacity: .9;
}
.item-description{
    padding: 15px;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0px;
}

.wppg-grid-wrapper {
    /* background: #efefef; */
}