You have this on the page:
#callThem {
position: relative;
left: 10px;
top: 0px;
width: 375px;
height: 102px;
z-index: 1;
visibility: hidden;
background-color: #FFFFFF;
}
The height attribute is controlling the maximum size of the area. If you remove that then it will grow to fit the content.