@media only screen and (max-width: 720px) {
  .header-bar {
    display: none;
    z-index: 0;
  }
  .ost_header_bar_mobile_container {
    display: block;
    max-width: 100%;
    margin: auto;
    background-color: white;
    height: 55px;
    color: black;
    border-radius: 10px;
    font-family: 'Poppins';
  }
  .ost_header_bar_mobile_topnav {
    overflow: hidden;
    background-color: #ddd;
    position: relative;
  }
  .ost_header_bar_mobile_topnav #ost_header_bar_mobile_topnav_links_container {
    display: none;
  }
  .ost_header_bar_mobile_topnav_homeLink {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  .ost_header_bar_mobile_topnav_link_title {
    font-size: 17px;
    font-weight: 500;
    padding-left: 25px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    margin-top: 0px;
  }
  .ost_header_bar_mobile_topnav a.icon {
    background: white;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .ost_header_bar_mobile_topnav_homeLink:hover {
    background-color: #FBBB2D;
    color: black;
  }
  
  .ost_header_bar_mobile_topnav_homeLink {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  .ost_header_bar_mobile_topnav_link {
    color: black;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  .icon {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  .ost_header_bar_mobile_topnav a:hover {
    background-color: #FBBB2D;
    color: black;
  }
  .ost_header_bar_mobile_topnav_homeLink {
    background-color: white;
    color: black;
  }
  .mobile_header_extra_padding {
    padding-left: 40px;
  }
}