#epoksi-module {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    background: rgba(209, 209, 17, 0.3);
}

#bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

#labels {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

.label {
    position: absolute;
    color: black;
    pointer-events: none;
    white-space: nowrap;
    text-shadow: 0 0 8px white;
}