#cookie-consent-modal { position: fixed; bottom: 0; width: 63%; background-color: #222; color: #fff; padding: 20px; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; z-index: 10000; } #cookie-consent-modal button { background-color: #555; color: #fff; border: none; padding: 10px 20px; cursor: pointer; } @media(min-width: 768px) { #cookie-consent-modal { width: 50%; } } @media(min-width: 1024px) { #cookie-consent-modal { width: 40%; } }