#glass {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    border-radius: 50%;
    border: 4px solid rgb(136, 136, 136);
    display: none;
    z-index: 1;
    background-repeat: no-repeat;
}
