/* LOGO */
.abs-header-content-row .abs-header-content-logo .navbar-brand img {
position: absolute;
top: 75%;
left: 50%;
transform: translate(-50%, -50%);
  max-height: 100px;
  max-width: 100%;
}
.abs-header-content-logo .navbar-brand img {
  max-height: 100px;
  max-width: 100%;
}
.abs-header-content {
padding-bottom: 25px;
}
.logo-desktop {
display: flex;
justify-content: center;
align-items: center;
height 100px;
}
/* LOGO */