.hotspots-container{position:relative;overflow:hidden}.hotspots-container>img{display:block;width:50%;margin:0 auto}.hotspots-container .hotspot{position:absolute}.hotspots-container .hotspot.first-half{left:0}.hotspots-container .hotspot.last-half{right:0;text-align:right}.hotspots-container .hotspot svg{width:100%;overflow:visible}.hotspots-container .hotspot svg line{stroke:#e2c167;stroke-width:2px;opacity:.5}.hotspots-container .hotspot img{position:absolute;animation:breathe 1s infinite}@keyframes breathe{0%{transform:scale(100%)}50%{transform:scale(150%)}100%{transform:scale(100%)}}