.target-element{position:absolute;opacity:.7;width:20px;height:20px;border-radius:50%;background-color:rgba(0,0,0,.3);border:2px solid rgba(139,43,43,.3);animation:.7s ease-in infinite alternate fade-target;cursor:pointer;transition:opacity .3s ease-in}.target-element:hover{animation:none;opacity:.9;border-radius:0;width:100%;height:100%;border:none;top:0!important;left:0!important;display:flex;justify-content:center;align-items:center;flex-flow:row wrap;z-index:1000}.text-target-element{width:80%;line-height:1.4;text-align:center;color:#333;opacity:0;display:none;cursor:default;background-color:#f6f6f6;padding:.5rem;border-radius:.2rem}.target-element:hover>.text-target-element{opacity:1;display: block;}@keyframes fade-target{0%{background-color:#E26659}100%{background-color:#c0392b}}
