#cookie-notification {
    background-color: #e8e8e8;
    bottom: 0;
    border-top: 2px solid #FFF;
    display: none;
    left: 0;
    padding: 25px 0;
    position: fixed;
    right: 0;
    z-index: 9999;
}  

    #cookie-notification p {
        margin: 0;
    }
    
    #cookie-notification.cookie-text-white p,
    #cookie-notification.cookie-text-white a {
        color: #FFF;
    }
    
        #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;
}