#fvpp-blackout {
    display: none;
    z-index: 1499;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
}

#adult-content-warning-message {
    display: none;
    z-index: 1500;
    position: fixed;
    width: 95%;
    left: 3%;
    top: 2%;
    padding: 20px 2%;
    background: #FFF;
}

#fvpp-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    content: 'I AGREE!'
}