#legal-policy-banner { position: fixed; bottom: 0; right: 0; width: 61%; background-color: #333; color: #fff; padding: 15px; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; z-index: 9999; } #legal-policy-banner .close { cursor: pointer; font-size: 20px; color: #fff; } @media(min-width: 768px) { #legal-policy-banner { max-width: 600px; } }