blockquote {
  position: relative;
  display: none;
  border-radius: 8px;
  padding: 8px;
  text-align: center;
  line-height: 1.5em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
blockquote .notch {
  position: absolute;
  padding: 0;
  width: 0;
  height: 0;
}
blockquote .notch-top {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
  border-left: 10px solid transparent;
}
blockquote .notch-right {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.7);
}
blockquote .notch-bottom {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;
}
blockquote .notch-left {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.7);
  border-bottom: 10px solid transparent;
  border-left: 0;
}
img {
  display: block;
  width: 100%;
}
.hotspot-demo-1-left {
  position: relative;
  /*width: 50%;*/
}
.spots {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.spot {
  position: absolute;
  text-align: center;
  line-height: 32px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  width: 32px;
  height: 32px;
  border: 1px solid #5fb404;
  border-radius: 16px;
  background-color: #5fb404;
}
/* .spot:hover {
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
} */

.spotElement blockquote {
  display: inline-block;
  min-width: 250px;
}

/*  copy below code, change id and left and top values for x and y percentages respectively */
#spot-01 {
  position: absolute;
  top: 65%;
  left: 78%;
}

#spot-01 blockquote {
  top: -16px;
  left: -91%;
}