.fpBox {
  width:auto;
  height:auto;
  position:absolute;
  right:20px;
  background:transparent;
  align-items:center;
  justify-content:center;
  text-align:center;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.fpBox.anchorright {
  top: 50%;
  transform: translateY(-50%);
}
.fpBox.anchorright.hide {
  transform: translateX(100%) translateX(20px) translateY(-50%);
}
.fpBox.anchorbottomright {
  bottom: 70px;
}
.fpBox.anchorbottomright.hide {
  transform: translateX(100%) translateX(20px);
}

.fpImg {
  max-height: 70%;
}
.fpSpot {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  cursor:pointer;
  pointer-events: all;
}
.fpSpotCone {
  position: absolute;
  transform: translate(-50%, -50%);
}
