I want that my background image stretch and scale depending on the browser viewport size.
I\'ve seen some questions on Stack Overflow that do the job, like
In order to scale your images appropriately based on the container size, use the following:
background-size: contain; background-repeat: no-repeat;