:root{
  --navy:#0b1f3a;
}

.navbar-deep{
  background:var(--navy);
}

.brand-logo{
  width:88px;
  height:44px;
  background:rgba(255,255,255,1);
  border-radius:3px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.brand-logo img{
  width:95%;
  height:95%;
  object-fit:contain;
}