Normally, it is best not to have a height constraint in a layout, especially when thinking responsive web design (RWD). Because you have set the content height to 400px, you will need to constrain the height of the accordion as in
.AccordionPanelContent {
height: 320px;
}