@media(min-width:471px){
	.cookie-notification{
        left:30px;
        bottom: 10px;
    }  
}
@media(max-width:470px){
	.cookie-notification{
        bottom: 0px;
		display: none !important;
    }  
}