#privacy-modal { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: 85%; background-color: #333; color: #fff; padding: 15px; box-sizing: border-box; border-radius: 5px; z-index: 9999; } #privacy-modal .close-icon { position: absolute; top: 10px; right: 10px; cursor: pointer; font-size: 20px; } @media (min-width: 768px) { #privacy-modal { padding: 20px; } }