Need to make image full width in new section

Hi, I am trying to make this section full-width in phone view. This section is used in home-page and is displaying correctly and I need it in new page. When I copy the section code to new liquid, the images are not full-width.

Refer image 1, this is what I am trying to achieve

Refer image 2, this is what I am getting when I copy code

I am using savon theme.

I tried .dt-sc-brand-image {width:100%;full-width:100%;}, not working. Not sure how to fix it, please help.

Homepage link (2nd section): https://straight-studio.com/

New page: https://straight-studio.com/pages/campaign-page

Image 1

Image 2

@StraightSample , Hope you are doing well.

Please check the section you have used for the campaign page. The section you have used for the images is to crop the images and make them small compared to their original size.

So check and update the section code and fetch the original image by adding ‘master’ in the image crop function.

Thank you so much. You were right, section code had image set in ‘medium’. Changed to ‘master’ and it worked.