/* TABLET */
@media (min-width: 768px) and (max-width: 991.98px) {
  .responsive-header-top .responsive-header-logo .navbar-brand img,
  #masthead .site-logo-info .logo-wrapper a img {
    display: block !important;
    height: 80px !important;
    width: auto !important;
    max-width: none !important;
  }
}

/* MOBILE */
@media (max-width: 767.98px) {
  .responsive-header-top .responsive-header-logo .navbar-brand img,
  #masthead .site-logo-info .logo-wrapper a img {
    display: block !important;
    height: 56px !important;
    width: auto !important;
    max-width: none !important;
  }
}