.image-hotspot-button{position:absolute;width:50px;height:50px;cursor:pointer}.image-hotspot-button__outer{width:48px;height:48px;background:#fff;opacity:.5;border-radius:100%;position:absolute;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;-webkit-transform-origin:center;transform-origin:center;-webkit-animation:pulseOuter 2s infinite ease-in-out;animation:pulseOuter 2s infinite ease-in-out}.image-hotspot-button__inner{width:10px;height:10px;background:#fff;border-radius:100%;position:absolute;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;-webkit-transform-origin:center;transform-origin:center;-webkit-animation:pulseInner 2s infinite ease-in-out;animation:pulseInner 2s infinite ease-in-out}@-webkit-keyframes pulseOuter{0%{width:48px;height:48px}50%{width:20px;height:20px}}@keyframes pulseOuter{0%{width:48px;height:48px}50%{width:20px;height:20px}}@-webkit-keyframes pulseInner{0%{width:10px;height:10px}50%{width:20px;height:20px}}@keyframes pulseInner{0%{width:10px;height:10px}50%{width:20px;height:20px}}
