body {
  padding: 0;
  margin: 0;
}
html, body, #mapid {
  height: 100%;
  width: 100vw;
}
.booth-map__inner {
  position: relative;
  zoom: 2;
  width: 2000px;
  background-color: #ffffff;
}

.booth-map__inner img {
  width: 100%;
  border: none;
  vertical-align: middle;
}

.booth-map__pinInner {
  width: 100%;
}

.booth-map__pin {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 10;
  /* top: 300px; */
  /* left: 200px; */
}

.booth-map__pin img {
  width: 100%;
  border: none;
  vertical-align: middle;
}

/* #mapid {
  width: 100vw;
  height: 100%; */
/* } */