
.tooltip:hover
           {  -webkit-animation-play-state: paused;}

.tooltip:hover .info {visibility:visible;}
  
 
              
.info     {   width:225px;
              padding:7px;
              background:rgba(1,9,32,0.80);
              border-radius:1px;
              position:absolute;
              visibility:hidden;
              margin:-50px 0 0 50px;
              box-shadow:0 0 50px 0 rgba(208, 206, 206, 0.55);}

h3         {  font-family: 'Roboto', sans-serif;
              font-weight:100;
              font-size:20px;
              margin:0 0 5px 0;}

p           {  font-family: 'Roboto', sans-serif;
                font-weight:400;
  font-size:12px;}

 
