Hey!
That is because you have following custom CSS code
.page-id-734 .slideshow_align_caption {
top: -130px !important;
}
Please change it to following
@media only screen and (min-width: 1024px) {
.page-id-734 .slideshow_align_caption {
top: -130px !important;
}}
Best regards,
Yigit