body {
    background-color: #000;    
    overflow-x: hidden;
    overflow-y: hidden;
}

.content-trail {
    pointer-events: none;
    opacity: 1;
}

.image {
    max-width: 40vmin;
    max-height: 40vmin;
    position: absolute;
    transform: translate(-50%, -50%);
}

.image[data-status="inactive"] {
    display: none;
}

.image[data-status="active"] {
    display: block;
}

