/* ========================
   LOGO DESKTOP FULL WIDTH
   ======================== */
#_desktop_logo_wrapper {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

#_desktop_logo img {
  width: auto !important;
  max-width: 75% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

/* ========================
   LOGO MOBILE FULL WIDTH
   ======================== */
#_mobile_logo_wrapper {
  width: 100% !important;
  text-align: center !important;
  margin-top: 5px;
  position: relative;
  z-index: 1;
}

#_mobile_logo img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

/* ========================
   MENU MOBILE HAMBURGER + ICONS
   ======================== */
#mobile_menu_bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  position: relative;
  z-index: 20;
}

#menu-icon {