section.no_cookie::after {
    content: '';
    background: rgba(0,0,0,.95);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}