How i can modify #bg image so it would be responsive, resizable and proportional in all browser?
#bg
HTML:
The way to do this is by using background-size so in your case:
background-size: 50% 50%;
or
You can set the width and the height of the elements to percentages as well