Update: As soon as the site loads on mobile browser it’s fine, seconds after fully loaded, the text jumps up. 
I’ve forced it down with the CSS:
.slide-inner {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    width: 100%;
    min-height: 260px;
    padding-top: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
Please see if able to permanent fix.
Thanks