@charset "utf-8";

#hotspot { position: absolute; overflow: initial; }

.hotspot-background { position: fixed; z-index: 90000; padding: 10px; opacity: 1; border-radius: 3px; box-shadow: rgba(17, 17, 17, 0.25) 0px 2px 5px 0px; transform-style: preserve-3d; }

.hotspot-background::after { position: absolute; display: block; width: 0px; content: ""; border-style: solid; transform-style: preserve-3d; }

.hotspot-textholder { width: 100%; height: 100%; }