.mycategory {position:relative; }
.cap-mycategory {min-height:65px !important; overflow:hidden;}
.child {
position:absolute;
 top:0; height:0;
 width:100%;
 text-align:center;
 overflow: hidden;
display:block;
 background:#fff;
 opacity:0.9;
 transition: all 0.5s ease-out;}
.mycategory:hover .child { height:100%;}


