how to make an image a background image the same width as a container code example
Example: background image height and width
.class{
background: url("../images/icons/map.png") no-repeat center center/50px 50px fixed;
}
.class{
background: url("../images/icons/map.png") no-repeat center center/50px 50px fixed;
}