a.navbar-logo-container {
   float: left;
   position: relative;
   max-width: 100%;
}

a.navbar-logo-container:before {
   background-image: url("../../../svg/logo_blue.png");
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   content: "";
   float: left;
   height: 100%;
   position: relative;
   width: 100%
}
