.show{
    display:inherit;
}


.hide{
    
    display:none;
}