osseo
Hi
Mobile screen size is not a PC size that you can show same at all
hope you understand this screen size 300px and 1300px not give same view.
You can move the the text box down by adding this code
.ja-ss-desc {bottom:0px;}
Or just hide it in mobile by adding this code
@media(max-width:468px) {.ja-ss-desc {display:none;}}