#id-div-map {
    height: 100%;
  }
  
  /* Optional: Makes the sample page fill the window. */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
.popup-content {
    width: 300px;
  }
          
.popup-content .left {
    float:left;
    width: 40%;
  }
.popup-content .left img {
    width:100%;
    height:100px;
    margin: -11px 0 -15px -20px;
    border-radius:12px;
  }
  
.popup-content .right {
    float:left;
    width: 60%;
}
  
.clearfix {
    clear:both;
}