Mobile Versus Desktop Home Page Image size

We are having issues with the image in peach under our video. On desktop it is full width but on mobile it doesnt full whole width. Is it possible to change this.

Plus is it possible to get rid of the Collection Title on the home page

https://www.petiteskinco.com/

Hello @JacqM

Greetings!!

Please follow the steps:

Online-store->themes->Actions->Edit Code->Assets->theme–async.css

and paste below code at the last of file

@media only screen and (max-width: 767px){
.featured-content--root[data-spacing-above=true] {
    padding-top: 32px;
    padding: 0 !important;
    margin: 0 0 20px 0;
}
}

Output

I hope it will work for you