#map,
#heremap,
.heremap {
    width:100%;
    height:470px;
    border:1px solid #cdced0;
    background-color:#e4e6e9;
    z-index: 2;
}
.mycontainer {
  /*height:470px;
  display: none;*/
  visibility: hidden;
  height: 1px;
}

.mycontaineropen{
  visibility: visible;
  width:100%;
  height:470px;
}

.infolayerframe {
  z-index: 4;
  position: relative;
  left: 42%;
  top: -100%;
  width: 100%;
}

.infolayerborder {
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: white;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
  padding-right: 0px;
  padding-bottom: 0px;
  max-width: 654px;
  max-height: 288px;
  font-size: 13px;
}

.infolayerinner {
  overflow: auto;
  max-width: 636px;
  max-height: 270px;
  font-size: 13px;
  box-sizing: border-box;
  top: -20px;
  position: relative;
}

.infolayerinner .map-infobox .text {
  min-width: 210px;
  max-width: 270px;
}

.infolayerbutton {
  background-image: none;
  background-color: transparent;
  display: block;
  border: 0px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  cursor: pointer;
  top: -6px;
  right: -6px;
  width: 30px;
  height: 30px;
  background-position: initial initial;
  background-repeat: initial initial;
}

.infolayerbutton img {
  pointer-events: none;
  display: block;
  width: 14px;
  height: 14px;
  margin: 8px;
}