@charset "UTF-8";
@media only screen and (min-device-width:320px) and (max-device-width:700px) {
#home .main_image img{
    width:100%;
    height:auto;
}

/*
########################################################
  Municipality Information
########################################################
*/
ul.city li{
  float:left;
  width:calc(100% - 1.7em);
}
}