@media screen and (max-width: 667px) {
  html body div#et_mobile_nav_menu .select_page {
    display: none;
  }
  html body .mobile_nav {
    background-color: rgba(0, 0, 0, 0) !important;
  }
}
@media screen and (max-width: 375px) {
  html body div#et_mobile_nav_menu .select_page {
    display: none;
  }
  html body .mobile_nav {
    background-color: rgba(0, 0, 0, 0) !important;
  }
}
