div#wmap {
height: 200px;
width: 100%;
border: solid 4px #4b3d27;
background-color: #5f4e32;
background-image: url('/img/map_0201.jpg');
background-position: -336px -192px;
background-size: 830px;
}
img#cityind {
position: relative;
left: 256px;
top: 81px;
}
@media (min-width: 590px) {
div#wmap {
height: 300px;
background-size: 1660px;
background-position: -967px -430px;
margin: 0px auto 0px auto;
}
img#cityind {
left: 232px;
top: 131px;
}
}
@media (min-width: 926px) {
div#wmap {
width: 830px;
height: 400px;
background-size: 1660px;
background-position: -803px -380px;
margin: 0px auto 0px auto;
}
img#cityind {
left: 396px;
top: 181px;
}
}
