#iso-marquee-wrapper .channel-tile{flex-shrink:0;width:var(--tile-w);height:var(--tile-h);background-color:var(--tile-bg);border-radius:var(--tile-radius);display:flex;align-items:center;justify-content:center;padding:1px;box-shadow:0 2px 4px rgba(0,0,0,.2)}#iso-marquee-wrapper .channel-tile img{width:100%;height:100%;object-fit:contain;display:block}#iso-marquee-wrapper .marquee-track.animate-left-medium{animation:iso-marquee-left-medium var(--speed2) linear infinite}#iso-marquee-wrapper .marquee-track.animate-right-slow{animation:iso-marquee-right-slow var(--speed1) linear infinite}#iso-marquee-wrapper .marquee-track.animate-right-fast{animation:iso-marquee-right-fast var(--speed3) linear infinite}