html { font-size: 62.5%; } body { overflow-x: hidden; } * { -webkit-tap-highlight-color: transparent !important; } @media (max-width:767px){ body.brx-body { overflow-x: clip; } .hide-mobile{display:none !important} } @media (min-width:768px){ .hide-desktop{display:none !important} } html, body { -webkit-tap-highlight-color: transparent !important; } a, a:link, a:visited, a:hover, a:active, button, button:active { -webkit-tap-highlight-color: transparent !important; outline: none !important; } body.brx-body { overflow-x: clip; }   #brx-header .brxe-logo img { transition: filter .3s ease; } body #brx-header.is-scrolled .brxe-logo img { filter: brightness(0); }