.ghm-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}
.ghm-image {
    width: 100%;
    height: 100%;
    display: block;
}
.ghm-glass {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    pointer-events: none;
    border: 2px solid rgba(255,255,255,0.6);
    backdrop-filter: blur(6px);
    background: rgba(255,255,255,0.15);
    transform: scale(0);
}
