var body = document.body; body.className += " u-body u-xl-mode"; body.style.cssText += " "; var dataBg = ''; if (dataBg) { body.setAttribute('data-bg', dataBg); } .u-enable-responsive .u-menu-close{ color: coral; } @media (max-width: 767px) { .u-header .u-image-1 { width: 86px; height: 68px; filter: brightness(1); } } 75