
.point {
  position:absolute;
  display:none;
  width:360px;
  height:200px;
  padding:10px 15px;
  z-index:1000;
}

.point a:hover {
  text-decoration:none;
}

.more {
  position: absolute;
  bottom: 10px;
  right: 15px;
  }

h4.title {margin: 5px 0;}