#cookie-notification {
    background-color: #1b1b1b;
    bottom: 0;

    display: none;
    font-size: 16px;
    left: 0;
    padding: 25px 0;
    position: fixed;
    right: 0;
    z-index: 9999;
}  

    #cookie-notification p {
        margin: 0;
        color: #FFF;
    }

@media only screen and (max-width: 600px) {
    #cookie-notification p {
        padding-bottom: 20px;
    }
}
    
    #cookie-notification.cookie-text-white p,
    #cookie-notification.cookie-text-white a,
    .close-cookie-notification{
        color: #FFF;
    }

    .close-cookie-notification:hover {
        color: #3272d9;
    }
    
        #cookie-notification.cookie-text-white a {
            text-decoration: underline;
        }
    
.videoWrapper.videoHidden .videoHidden_container {
    -ms-flex-align: center!important;
    align-items: center!important;
    background-color: #e9e9e9;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
    font-weight: bold;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 20;
}