/* Force bigger logo in mobile menu */
.t-menusub__logo img,
.t-menusub__logo a img,
.t-menuburger__logo img {
  width: 100px !important;   /* Adjust as needed */
  max-width: 100px !important;
  height: auto !important;
}

.t-menusub__logo,
.t-menuburger__logo {
  max-height: none !important;
}
