#diorama svg{display:block}.tooltip{background-color:#fff;border-radius:4px;display:none;padding:10px;position:relative;text-align:left;width:360px;word-wrap:break-word;box-shadow:0 4px 8px rgba(0,0,0,.2);z-index:10}.tooltip img{height:auto;margin-bottom:10px;max-width:100%}.tooltip span{letter-spacing:0;line-height:1.2;margin-bottom:5px}.spot{fill:#fff;r:60;animation:pulse 1.5s infinite;cursor:pointer;z-index:1}@keyframes pulse{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.05;transform:scale(.95)}}.lines{stroke:#fff;stroke-width:2;stroke-miterlimit:10;stroke-dasharray:10;stroke-dashoffset:20}.lines,.lines_drone{fill:none;animation:draw 1s linear infinite}.lines_drone{stroke:#fff;stroke-width:1;stroke-miterlimit:5;stroke-dasharray:5;stroke-dashoffset:20}@keyframes draw{to{stroke-dashoffset:0}}