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
If you want to have the content centered horizontally, use a combination like this:
background-repeat: no-repeat; background-size: cover; background-position: center;
This will look beautiful.