To replace Lock Page image to a new image on mobile, you can follow these.
#1. First, you need to access Lock Page
#2. And set an image
We will have this
#3. Use this code to Website Tools > Code Injection > Lock Page to change it to another image onmobile.
<style> @media screen and (max-width:767px) { div.sqs-slide img { content: url(https://cdn.pixabay.com/photo/2023/10/10/15/37/motorcycle-8306765_1280.jpg); } } </style>
#4. Result