
/*   Small Plugins    */
.rippler-container{
    display: none;
    overflow:hidden;
    position: absolute;
    top:0;  left:0; right:0; bottom:0;
    height: 100%; width: 100%;
    pointer-events: none;
    z-index: 1000;
}
.ripple{
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    z-index: 1000;
    height : 2px;
    width : 2px;
    box-shadow: 0px 0px 0px 0px rgba(120,120,120,  0);
    background-color: #fff;
   /*transition: all .35s ease-in , opacity .25s .6s ease-in; */

}