systemini
Hi
this is because you want to customize the site in a view that it cover header.
So it move the slideshow up. you can reduce the value slight to low it down.
Or you can add this code in custom css and play with the value
.slideshow .slider-content-inner {
top: 50%;
margin-top: -72px;}
-30px in above code move the text down.