.monitor-screen-box{width:100%;height:100vh;background:#001034}.monitor-screen-btn{position:absolute;top:0;left:0;z-index:10;color:#fff}#mentionMap{width:100%;height:100vh}.dot{content:" ";position:absolute;z-index:0;left:0;right:0;top:0;bottom:0;margin:auto;width:10px;height:10px;background-color:#00478a;border-radius:50%;box-shadow:inset 0 0 10px rgba(0,0,0,.3);animation:ripple 3s ease 0s infinite backwards;-webkit-animation:ripple 3s ease 0s infinite backwards;width:500px;height:500px}.dot-two{animation-delay:1s}.dot-three{animation-delay:2s}.dot-four{animation-delay:3s}@keyframes ripple{0%{opcity:0;transform:scale3d(.03,.03,.03)}50%{opcity:.1}to{opacity:0}}