pr-hot-spot.hotspot-top {
  top: 0;
}
pr-hot-spot.hotspot-bottom {
  bottom: 0;
}
pr-hot-spot.hotspot-left {
  left: 0;
}
pr-hot-spot.hotspot-right {
  right: 0;
}
pr-hot-spot .hotspot-left,
pr-hot-spot .hotspot-right {
  z-index: 99999998;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
}
pr-hot-spot .hotspot-top,
pr-hot-spot .hotspot-bottom {
  z-index: 99999998;
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
}
