#wppg_gallery_container{
	margin-top:150px;
    clear:both;
    width:100%;
    height:100%;
}
#wppg_gallery_container .wppg_gallery_item_container{
    border-top:0px solid #302814; 

    margin-top:0; margin-right: 2%; margin-bottom: 2% ;
    float:left;
    display: block;
   width:23%;font-size:14px;
}
#wppg_gallery_container .wppg_gallery_item_top{
    display: block;
    padding:0;
    margin:0;
    max-height:150px;
}
#wppg_gallery_container .wppg_gallery_item_top img{
    border-radius: 0;
    max-width: 100%;
}
#wppg_gallery_container .wppg_gallery_item_thumbnail{
    
}
#wppg_gallery_container .wppg_gallery_item_bottom{
    background: none;
    border-top:0 solid #DDD;
    /*max-height:20px;*/
    padding-top: 10px;
    overflow:hidden;
}
#wppg_gallery_container .wppg_gallery_item_bottom .wppg_gallery_item_name{
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-transform:none;
    text-align: left;
}
#wppg_gallery_container .wppg_gallery_item_bottom .wppg_gallery_item_name a{
    text-decoration: none;
    color: #525351;
}
#wppg_gallery_container .wppg_gallery_item_bottom .wppg_gallery_item_name a:hover{
    color: #6ce680;
}

#wppg_gallery_container .clear{
    clear:both;
}

@media only screen and (max-width:800px) {

#wppg_gallery_container .wppg_gallery_item_container {
 
   width:80%;
}
}