/* v633: one shared logo size source for every production page.
   The existing wrapper keeps the approved top/centre location and header spacing. */
html body img.approved-menu-logo-v408,
html body img[alt="33-0"][src*="game-logo"]{
  width:153px!important;
  max-width:153px!important;
  min-width:153px!important;
  height:auto!important;
  max-height:none!important;
  transform:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
@media(max-width:768px){
  html body img.approved-menu-logo-v408,
  html body img[alt="33-0"][src*="game-logo"]{
    width:97px!important;
    max-width:97px!important;
    min-width:97px!important;
  }
}
