next issue:
in mobile view at around smartphone width the slider captions start to slide above the top bar. the look gets distorted.
suggestion to solve this, is changing the css for the captions as follows:
.wk-slideshow-flat_responsive .caption {
bottom: 30% !important;
margin-bottom: -23px;
}