#user-privacy-banner { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #222; color: #fff; padding: 15px; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; z-index: 9999;} #user-privacy-banner span { cursor: pointer; font-size: 18px; } #user-privacy-banner .content { flex: 1; } @media(min-width: 768px) { #user-privacy-banner { max-width: 600px; margin: 0 auto; }}