.divPageGalleryItemFooter{
color:#000000;
height:0;
padding:0 !important;
opacity:1 !important;
transition: all ease 0.5s;
}
.divPageGalleryItem:hover .divPageGalleryItemFooter{
display:block;
height:auto;
padding:10px !important;

}
.divPageGalleryItem a{
transition: all ease 0.5s;
}
