Hello Mrutyunjaya,
I would suggest you add a custom class in the Header Bar then add this custom CSS code under Pro—>Theme Option —>CSS
@media(max-width:766.98px){
.custom-background .x-bg-layer-lower-image {
background-size: 100% !important;
}
}
Please feel free to change the custom class name as per your need. Please note that if you change the custom class name then you need to change the class name in the CSS selector as well.
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps.
Thanks