#cookie-consent { position: fixed; bottom: 0; left: 0; width: 80%; max-width: 500px; background-color: #2f2f2f; color: #ffffff; padding: 20px; box-sizing: border-box; z-index: 10000; display: flex; flex-direction: column; } #cookie-consent .close-btn { align-self: flex-end; font-size: 18px; background: none; border: none; color: #ffffff; cursor: pointer; } @media(min-width: 768px) { #cookie-consent { flex-direction: row; justify-content: space-between; align-items: center; }}