Opens in a new tab
function updateHeaderHeight() {
        // Get the height of #brx-header
        const headerHeight = document.querySelector('#brx-header').offsetHeight;
          
        // Store the height in the CSS custom property --header-height
        document.documentElement.style.setProperty('--brxw-header-height', headerHeight + 'px');
    }

    // Execute the function as soon as the document is ready
    document.addEventListener('DOMContentLoaded', function() {
        updateHeaderHeight();  // Initial update of header height when the document is ready

        // Update the header height on window resize and orientation change
        window.addEventListener('resize', updateHeaderHeight);
        window.addEventListener('orientationchange', updateHeaderHeight);
});

Wednesday, July 05 2023, 3.26pm

An American citizen, S. F. B., was arrested at Ibiza airport with over a kilo of drugs, including cocaine, ketamine, MDMA, 2cb, hashish, and marijuana. The drugs were found in his luggage, along with cash totaling 26,500 euros and various currencies. S. F. B. spent a month in prison before being released on bail. The Public Prosecutor’s Office is seeking a nine-year prison sentence and a fine of 53,000 euros for drug trafficking.