#cb-cookie-banner { 
	position: fixed;
    bottom: 0;
    left: 25%;
    width: 55%;
    z-index: 999;
    border-radius: 0;
    background-color: #000;
    color: #c6c6c6;
    border: 1px solid #000;
	display: none;
}

@media screen and (max-width: 980px){

    #cb-cookie-banner {
        width: 100%;
        left: 0;
    }
}