@media (max-width: 980px) {
#rec1448890133 .tmenu-mobile {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: transparent !important;
  }
}
/* Make mobile hamburger dropdown menu transparent */
#rec1448890133 .tmenu-mobile__menu,
#rec1448890133 .tmenu-mobile__menu {
  background: transparent !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

/* Optional: make the links readable on light backgrounds */
#rec1448890133 . .tmenu-mobile__menu a,
#rec1448890133 . .tmenu-mobile__menu a {
  color: #ffffff !important; /* or black depending on your banner */
}