@media only screen and (max-width: 767px) {
.website__identity__sidebar__link .image__logo.icon {
display: flex !important;
}
}
body.body__dark .website__identity__sidebar .white__logo {
display: none !important;
}
.website__identity__sidebar__link .text__logo__tagline {
display: none;
}
.website__identity__sidebar__link .image__logo.icon {
width: 85px !important;
max-height: 100% !important;
}