(function(){ function forceColorEverywhere(){ // 1) Kill any title tooltips document.querySelectorAll('[title]').forEach(el => el.removeAttribute('title')); // 2) Force thumbnails color on hover (inline override safety) document.querySelectorAll('.wpmozo_wavy_gallery_item img').forEach(img=>{ img.addEventListener('mouseenter', ()=>{ img.style.filter='grayscale(0)'; }); img.addEventListener('mouseleave', ()=>{ img.style.filter='grayscale(1)'; }); }); // 3) FORCE POPUP/OVERLAY images to color (this is the key) document.querySelectorAll('.wpmozo_wavy_gallery_overlay img').forEach(img=>{ img.style.filter = 'grayscale(0)'; }); // 4) Hide the long overlay title text document.querySelectorAll('.wpmozo_wavy_gallery_overlay_item_title').forEach(el=>{ el.textContent = ''; el.style.display = 'none'; }); } forceColorEverywhere(); // Re-run whenever WPMozo rebuilds DOM new MutationObserver(forceColorEverywhere) .observe(document.body,{childList:true,subtree:true}); })();
The Seascape Villas project constitutes one of the first urban interventions in this very unique context, a landscape dominated by mountains and sea.
Hemicycle and offices for the Headquarters of the European Parliament including: a 750-seat hemicycle, 1133 offices for members of Parliament, 18 commission halls and catering centre and service areas.
Located near Muscat main entrance, the Cultural Centre emerges from a unique landscape, between the sea and the mountains, as an oasis where palm trees and mineral colonnades offer cool public spaces.
The project required creating 4 different rooms environments in various styles following the given specification. In general there was a lot of creative freedom in interpreting the given themes.
The project required creating 4 different rooms environments in various styles following the given specification. In general there was a lot of creative freedom in interpreting the given themes.