kristinad Hi. The problem is coming from custom.css file line 4493. It should be:
.t3-header + .t3-slideshow, .t3-header + .t3-masthead {
display: block;
...
instead of:
.t3-header + .t3-slideshow, .t3-header + .t3-masthead {
display: inline-block;
...