I have a background image, and I would like it to fill the div and adjust to the monitor resolution.
The div is already responsive as I use Foundation Zurb.
I did this, but the image does not fit.
background: url('../img/fundos/fundo.png')no-repeat center top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;