.icon-parkfinder_1 {
background-image: url(../images/sprites.png);
background-position: -1080px 0px;
width: 1080px;
height: 1920px;
}
I tried making a responsive image sprite by placing it in a small div, but I'm having trouble with it adapting to window resizing. What styling should I use for the 'div' to make sure it fits the image and adjusts properly when the window size changes?