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);
});

Thursday, September 12 2024, 9.15am

Sueños de Libertad aims to revive the iconic atmosphere of past electronic music festivals at Sa Pedrera de Sant Antoni, particularly the renowned 1999 MTV event. This year’s edition, named SDL The Rocky Desert, takes place on September 14, featuring a diverse lineup that includes Kilimanjaro, Romare, and Gazzi, alongside local talents. The festival will span two stages, accompanied by food trucks, bars, and art installations. Organiser Adrián Rodríguez emphasises the legal backing and community integration, with the venue’s unique landscape adding to the festival’s allure. Outdoor electronics and international clubbers are key aspects of the event’s appeal. For the full article, please visit Diario de Ibiza website here.