.bm-m-header__logo-img {
    height: 44px !important;
}

@media screen and (min-width: 767px) {
  .bm-m-header__logo-img {
    height: 55px !important;
  }
}

.bm-m-footer__logo {
	height: 32px !important;
	width: 64px !important;
}

@media screen and (min-width: 767px) {
  .bm-m-footer__logo {
    height: 40px !important;
	width: 80px !important;
  }
}