
@media only screen and (max-width: 768px) {
  .header_section.navbar-fixed{
    height: 50px;
    padding-top: 10px;
  }
  .header_section.navbar-fixed .header_logo img{
    width: 140px;
    top: -10px;
  }
}