.nu-sticky-notice {
    position: fixed;
    z-index: 2000;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    border-radius: 0;
    text-align: center;
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.2);
}