.cookie-popup {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    display: none
}

.cookie-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: whitesmoke;
    color: #333;
    text-align: center;
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
}