Hi grahamt
This position is hidden in tablet and mobile view, you can override with this custom CSS to show it:
@media (max-width: 1024px){
#gkBannerTop {
display: block !important;
}
}
But then you have to customize style for this position in tablet / mobile view.
Regards