@media (max-width: 767px) {
  #header.sticky .header-logo img {
    height: 75px;       /* keep same size */
    top: 20px !important; /* push down */
    position: relative;  /* allow top to work */
  }
}