#lightwrap img {
    position: fixed;
    display: none;
    border-radius: 5px;
    z-index: 999;
}

#off-screen {
    position: fixed;
    right: 100%;
    opacity: 0;
}
