/* MOBILE LOGO SIZE OVERRIDE */
@media (max-width: 480px) {
  .uc-sp-header-logo img {
    max-height: 30px !important;
    width: auto !important;
  }
}

@media (max-width: 480px) {
  .uc-sp-header-logo {
    margin-bottom: 40px !important; 
  }
}
