.eglm-wrap{ overflow:hidden; width:100%; }
.eglm-track{ display:flex; align-items:center; will-change:transform; }
.eglm-item{ display:flex; align-items:center; justify-content:center; flex:0 0 auto; }
.eglm-item img{ max-height:60px; max-width:200px; height:auto; display:block; }

@media (max-width:600px){
    .eglm-item img{ max-height:40px; }
}