#cookie-consent-modal { position: fixed; bottom: 0; left: 0; width: 77%; background-color: #222; color: #fff; padding: 20px; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; z-index: 9999;} #cookie-consent-modal .close-btn { position: absolute; top: 10px; right: 10px; background: none; border: none; color: #fff; font-size: 20px; cursor: pointer; } @media(min-width: 768px) { #cookie-consent-modal { max-width: 700px; padding: 20px 40px; } }