.preview {
    display: none;
    width: 40%;
    height: 400px;
    border: 2px solid #F22400;
    position: fixed;
    top: 250px;
    /* right: 20%; */
    z-index: 10;
}

.cursor-overlay {
    display: none;
    background-color: rgba(7, 53, 65, 0.5);
    position: fixed;
    pointer-events: none;
}