.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);
}
.fpHeader {
  display: block;
}
.fpName {
  font-size: 25px;
  font-weight: 600;
  color: black;
  letter-spacing: 1px;
  text-shadow: white 0px 0px 3px;
  text-transform: uppercase;
  float: left;
  margin-right: 4px;
}
.fpSwitchIcon {
  width: 25px;
  height: auto;
  float: right;
  cursor:pointer;
  pointer-events: all;
}
@media only screen and (max-height: 640px)  {
  .fpName {
    font-size: 18px;
  }
}
.fpImgBox {
  display: inline-block;
  position: relative;
}
.fpImg {
  max-height: 70%;
}
.fpSpot {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  cursor:pointer;
  pointer-events: all;
  filter: hue-rotate(211deg) brightness(10);
}
.fpSpotCone {
  position: absolute;
  transform: translate(-50%, -50%);
  filter: hue-rotate(211deg) brightness(10);
}
