#img-header {
  background-image: url("../img/img-header.jpg");
}
#map {
  color: #333;
  width: 100%;
  height: 300px;
}
#map img {
  max-width: none;
}
#map label {
  width: auto;
  display: inline;
}
#map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
