

/* v3.12.20 transparent global logo refresh */
img[src*="nba-live-today-ph-logo.png"]{
  background: transparent !important;
  object-fit: contain;
  height: auto;
}
.site-header img[src*="nba-live-today-ph-logo.png"],
.navbar-brand img[src*="nba-live-today-ph-logo.png"]{
  width: min(234px, 42vw);
  max-height: 53px;
}
.site-footer img[src*="nba-live-today-ph-logo.png"],
footer img[src*="nba-live-today-ph-logo.png"]{
  width: min(234px, 52vw);
  max-height: 53px;
}
@media (max-width: 575.98px){
  .site-header img[src*="nba-live-today-ph-logo.png"],
  .navbar-brand img[src*="nba-live-today-ph-logo.png"]{
    width: min(190px, 58vw);
  }
}
