#cookie-consent-modal { position: fixed; bottom: 0; left: 0; width: 78%; background-color: #2f2f2f; 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: none; border: none; color: #fff; font-size: 24px; cursor: pointer; } @media(min-width: 768px) { #cookie-consent-modal { max-width: 600px; } }