Hi there,
I’ve just added some unique ID’s to both images, so they can be styled, now add the following custom CSS under “Customize > Custom > CSS”.
@media(max-width: 767px) {
div.tp-mask-wrap div#text-home-4.tp-caption.tp-resizeme.rs-parallaxlevel-0 {
margin-left: -500px !important;
}
div#circle-home-4.tp-caption.tp-resizeme.rs-parallaxlevel-0 {
margin-left: -500px !important;
}
}
Thank you!