
/* LOGO-MOBILE-SIZE-v2 cachebust */
@media (max-width: 640px) {
  main table img[src*="/images/logos/"],
  main img[src*="/images/logos/"][class] {
    width: 55vw !important;
    height: 55vw !important;
    max-width: 240px !important;
    max-height: 240px !important;
    object-fit: contain !important;
  }
}
