p.comment-form-cookies-consent {
width: 100%;
clear: both;
}
.floatingbutton {
position: fixed;
bottom: 0px;
background-color: #fff;
width: 63%;
text-align: center;
z-index: 9999;
}
@media only screen and (max-width: 768px) {
.floatingbutton {
bottom: 40px;
width: 100%;
}
}