@media (max-width: 768px) {
.header--logged .header__logo {
  width: 92px !important;;
  height: 60px !important;
}
}

@media (min-width: 1200px) {
  .sidebar__logo {
    width: 180px !important;
    height: 64px !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header__logo {
    display: none !important;
  }
}