/* V32.2.2 header branding only, transparent logo asset. Keeps the existing home button behavior intact. */
.topbar .brand.brand-button{
  width:180px;
  height:58px;
  flex:none;
  overflow:hidden;
  background:url('/csguessr-header-logo.webp?v=322-logo2') center/contain no-repeat!important;
  border:0;
  border-radius:0;
  padding:0;
  font-size:0;
}
.topbar .brand.brand-button > *{display:none!important}
@media(max-width:1000px){
  .topbar .brand.brand-button{width:160px;height:54px}
}
@media(max-width:680px){
  .topbar .brand.brand-button{width:132px;height:50px}
}
@media(max-width:430px){
  .topbar .brand.brand-button{width:112px;height:46px}
}
