.hide{
transition:all 5s;
height:0px;
overflow: hidden;
}
.show{
transition:all 5s;
height:initial;
overflow: hidden;
}