#pointer-ring {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    padding: 15px;
	background-color: rgba(255,255,255,.06);
    position: fixed;
    border-radius: 100px;
    z-index: 102;
    pointer-events: none;
}