Scale background image properly in custom content section shopify

Hello, I would like to scale the logo used in the background image of the custom content section to fit properly. (not cut off and perhaps a bit larger) many thanks!

website:https://prevailplants.com/

example below:

Hi @bebop87 ,

Can you share the store URL?

Thanks

Thanks for your response. site url now posted

Hi @bebop87

  • You should try adding this CSS snippet to make it affect the banner
.m-hero__bg img {
    object-fit: none !important;
}
  • It won’t stretch to the full width of its container anymore.

  • If they are helpful, don’t forget to like and mark as the solution.

  • Have a nice day sir!