.debug {
margin: auto;
width: 910px;
padding: 20px;
background-color: pink;
height: 50px;
overflow: hidden;
}

.debug:hover {
height: auto;
}