Image Slider moves down in mobile

The default C5 image slider creates a gap when tested at 768px width.
Any ideas how to fix?

In your style.css file on line 244 you have:
.headerRight {
float: left;
color: #03817e;
font-size: 112%;
padding: 85px 20px;
display: inline;
}
Try changing the padding to 85px 20px 0 20px

I changed the padding as you suggested - perfect. Thank you!