/* Emirates mobile: share the full row between the marks actually rendered. */
@media (max-width: 760px) {
  html.brand-emirates .ftr .footer-trustmark-logos {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
  }
}
