.blackout {
    background-color: rgba(0, 0, 0, 0.60);
    width: 100%;
    height: 100%;
    z-index: 110;
}

.blackout .hidden {
    opacity: 0;
}

.upload-container {
    background-color: white;
    z-index: 106;
}