 @media (max-width: 768px) {

         #cookie-bar.cookie-bar--open {
             position: fixed;
             inset: 0;
             z-index: 1000;
             background-color: rgba(0, 0, 0, 0.8);
         }

         .cookieBar {
             position: absolute !important;
             top: 50% !important;
             left: 50% !important;
             transform: translate(-50%, -50%) !important;
             width: 90% !important;
             bottom: auto !important;
         }
     }
