@media only screen and (max-width: 500px) {
  .navbar-brand img {
    width: auto !important;
    max-height: 80px !important;
    margin-top: -10px !important;
  }
  .navbar-toggle {
    position: absolute !important;
    top: 25px !important;
    right: 15px !important;
    display: block !important;
3
  }
  .header-sticky .container {
    height: auto !important;
  }
}
