/* Brand logo — sized for the new FakeMail logo (all pages). CSS only. */
.main-header .logo{
  background-image:url(/assets/img/logo.png?v=2) !important;
  background-size:contain !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  width:236px !important;
  height:38px !important;
  max-width:60vw;
}
@media (max-width:600px){
  .main-header .logo{ width:188px !important; height:30px !important; }
}
