/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 @media (max-width:480px) {#mobile-header .mobile-main-bar {
      padding: 0rem!important;

 }

 #mobile-header {
     display: flex;
 }


 img.logo.img-fluid {
     height: 60px;
     width: 60px;
 }

 div#mobile-header-sticky {
    width: 80%;
}


}
