/* 18+ Comic v2.8.1 — dark completion, featured preview, interactions and player polish */

/* --------------------------------------------------------------------------
   Global interaction and readable sizing
---------------------------------------------------------------------------- */
.vtt-primary-nav>li>a,.vtt-footer-nav a,.vtt-footer-updates a,.vtt-comic-list a,.vtt-comic-category-chips a,.vtt-sidebar-video__copy a,.vtt-card-copy .title,.vtt-video-tabs .tab-link{transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}
.vtt-primary-nav>li>a{font-size:15px;line-height:1.35}
.vtt-footer-nav a,.vtt-footer-updates a,.vtt-comic-list a,.vtt-comic-category-chips a{font-size:14px;line-height:1.45}
.vtt-comic-widget h2,.vtt-aside-related h2{position:relative;font-size:19px!important;line-height:1.25!important;letter-spacing:-.015em;padding-bottom:11px;border-bottom:1px solid color-mix(in srgb,var(--vtt-line) 78%,transparent)}
.vtt-comic-widget h2:after,.vtt-aside-related h2:after{content:"";position:absolute;left:0;bottom:-1px;width:48px;height:3px;border-radius:99px;background:var(--vtt-yellow,#ffd82f)}
.vtt-primary-nav>li>a:hover,.vtt-primary-nav>li.current-menu-item>a,.vtt-primary-nav>li.current-menu-ancestor>a{color:var(--vtt-yellow,#ffd82f);background:rgba(255,216,47,.08);box-shadow:inset 0 -3px 0 var(--vtt-yellow,#ffd82f)}
.vtt-card-media{transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease;background:#090c12}
.vtt-card-media .video-img{transition:transform .28s cubic-bezier(.2,.75,.25,1),filter .28s ease}
.vtt-card-media:after{transition:opacity .22s ease}
.vtt-video-card:hover .vtt-card-media,.vtt-video-card:focus-within .vtt-card-media{border-color:#1e82b2;box-shadow:0 13px 25px rgba(4,44,76,.22)}
.vtt-video-card:hover .vtt-card-media .video-img,.vtt-video-card:focus-within .vtt-card-media .video-img{transform:scale(1.025);filter:saturate(1.04)}
.vtt-video-card:hover .vtt-card-copy .title,.vtt-video-card:focus-within .vtt-card-copy .title{color:#0b628f}

/* --------------------------------------------------------------------------
   Theme Truyen-style light/dark switch tool
---------------------------------------------------------------------------- */
.ec18-mode-tool{position:fixed;right:20px;bottom:calc(var(--ec18-catfish-height,0px) + 112px);z-index:9100;display:flex;flex-direction:column;gap:5px;padding:5px;border:2px solid #17171d;border-radius:12px;background:#fff;box-shadow:5px 6px 0 rgba(7,70,111,.88),0 14px 30px rgba(0,0,0,.18)}
.ec18-mode-tool__button{display:flex;align-items:center;justify-content:center;gap:6px;width:48px;min-height:42px;padding:0;border:1px solid #c8ccd2;border-radius:8px;color:#17171d;background:#f4f5f7;font:800 10px/1 Inter,sans-serif;cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease}
.ec18-mode-tool__button i{font-size:15px}.ec18-mode-tool__button span{position:absolute;right:58px;visibility:hidden;opacity:0;white-space:nowrap;padding:7px 9px;border-radius:7px;color:#fff;background:#111820;box-shadow:0 7px 18px rgba(0,0,0,.24);transition:opacity .18s ease,visibility .18s ease}
.ec18-mode-tool__button:hover span,.ec18-mode-tool__button:focus-visible span{visibility:visible;opacity:1}.ec18-mode-tool__button:hover{transform:translateY(-1px)}
.ec18-mode-tool__button.is-active{color:#161616;background:#ffd43b;border-color:#a87c00;box-shadow:inset 0 0 0 1px rgba(255,255,255,.55)}

/* --------------------------------------------------------------------------
   Featured preview slider — 8 items + hover preview on the right
---------------------------------------------------------------------------- */
.vtt-featured-videos__panel{overflow:hidden}
.vtt-featured-showcase__controls{display:flex;gap:7px}.vtt-featured-showcase__controls button{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--vtt-line);border-radius:9px;color:var(--vtt-ink);background:var(--vtt-panel);cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease}.vtt-featured-showcase__controls button:hover{color:#17171d;background:var(--vtt-yellow,#ffd82f);transform:translateY(-1px)}
.vtt-featured-showcase__layout{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(360px,.84fr);gap:18px;align-items:stretch}
.vtt-featured-showcase__rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0}
.vtt-featured-showcase__item{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px;align-items:center;min-width:0;padding:7px;border:1px solid var(--vtt-line);border-radius:10px;color:var(--vtt-ink);background:var(--vtt-panel);text-decoration:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}
.vtt-featured-showcase__item:hover,.vtt-featured-showcase__item:focus-visible,.vtt-featured-showcase__item.is-active{border-color:#0b628f;background:color-mix(in srgb,var(--vtt-soft) 58%,var(--vtt-panel));box-shadow:0 8px 18px rgba(8,57,88,.14);transform:translateY(-1px)}
.vtt-featured-showcase__thumb{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;border-radius:7px;background:#090c12}.vtt-featured-showcase__thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.vtt-featured-showcase__item:hover img,.vtt-featured-showcase__item.is-active img{transform:scale(1.035)}
.vtt-featured-showcase__thumb small{position:absolute;right:5px;bottom:5px;padding:3px 5px;border-radius:5px;color:#fff;background:rgba(5,8,11,.85);font:700 9px/1 Inter,sans-serif}.vtt-featured-showcase__play{position:absolute;inset:0;display:grid;place-items:center;color:#fff;background:rgba(3,7,10,.28);opacity:0;transition:opacity .2s ease}.vtt-featured-showcase__play i{display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:rgba(11,98,143,.78);font-size:11px;padding-left:2px}.vtt-featured-showcase__item:hover .vtt-featured-showcase__play,.vtt-featured-showcase__item.is-active .vtt-featured-showcase__play{opacity:1}
.vtt-featured-showcase__copy{display:flex;flex-direction:column;min-width:0;gap:7px}.vtt-featured-showcase__copy strong{display:-webkit-box;overflow:hidden;color:var(--vtt-ink);font:800 13px/1.35 Quicksand,Inter,sans-serif;-webkit-line-clamp:2;-webkit-box-orient:vertical}.vtt-featured-showcase__copy small{color:var(--vtt-muted);font:600 10px/1.2 Inter,sans-serif}
.vtt-featured-showcase__preview{position:relative;min-width:0;overflow:hidden;border:2px solid var(--vtt-line);border-radius:13px;background:#070a0e;box-shadow:6px 7px 0 rgba(7,70,111,.28)}.vtt-featured-showcase__preview-link{position:relative;display:block;width:100%;height:100%;min-height:100%;aspect-ratio:16/10;overflow:hidden;color:#fff;text-decoration:none}.vtt-featured-showcase__preview-link>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .18s ease,transform .32s ease}.vtt-featured-showcase__preview-link:hover>img{transform:scale(1.025)}.vtt-featured-showcase__preview-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,5,8,.06) 25%,rgba(2,5,8,.92) 100%)}
.vtt-featured-showcase__preview-content{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;gap:8px;padding:24px;color:#fff}.vtt-featured-showcase__preview-content>small{align-self:flex-start;padding:4px 8px;border-radius:999px;color:#17171d;background:#ffd43b;font:900 10px/1 Inter,sans-serif}.vtt-featured-showcase__preview-content>strong{display:-webkit-box;overflow:hidden;font:800 clamp(21px,2vw,31px)/1.12 Quicksand,Inter,sans-serif;-webkit-line-clamp:2;-webkit-box-orient:vertical}.vtt-featured-showcase__preview-content>span{color:#dbe3ea;font:600 12px/1.3 Inter,sans-serif}.vtt-featured-showcase__preview-content>em{align-self:flex-start;display:inline-flex;align-items:center;gap:7px;padding:8px 13px;border-radius:8px;color:#fff;background:#f47c20;font:800 12px/1 Inter,sans-serif;font-style:normal;box-shadow:0 7px 17px rgba(244,124,32,.25)}

/* --------------------------------------------------------------------------
   Video.js player layout correction
---------------------------------------------------------------------------- */
.vtt-player-frame{overflow:visible!important;padding:7px!important;border-radius:15px!important;background:#090c11!important;box-shadow:0 15px 34px rgba(0,0,0,.22)!important}
.vtt-player-frame .responsive-player,.vtt-player-frame .video-player{position:relative!important;width:100%!important;height:auto!important;min-height:0!important;padding:0!important;margin:0!important}
.vtt-player-viewport{position:relative!important;width:100%!important;aspect-ratio:16/9!important;overflow:hidden!important;border-radius:10px!important;background:#000!important}
.vtt-player-viewport>.video-js{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border-radius:0!important;background:#000!important}
.video-js .vjs-tech{width:100%!important;height:100%!important;object-fit:contain!important;background:#000!important}
.video-js .vjs-control-bar{position:absolute!important;left:0!important;right:0!important;bottom:0!important;display:flex!important;align-items:center!important;height:3.55em!important;padding:0 .45em!important;background:linear-gradient(180deg,rgba(10,15,22,.1),rgba(10,15,22,.96) 45%)!important;backdrop-filter:blur(9px);z-index:20!important}
.video-js .vjs-progress-control{position:absolute!important;left:0!important;right:0!important;top:-.62em!important;bottom:auto!important;width:auto!important;height:1.15em!important;cursor:pointer!important}
.video-js .vjs-progress-control:hover{height:1.3em!important}.video-js .vjs-progress-holder{height:.34em!important;margin:0 14px!important;border-radius:99px!important;background:#46515e!important}.video-js .vjs-load-progress{background:rgba(255,255,255,.22)!important}.video-js .vjs-load-progress div{background:rgba(255,255,255,.12)!important}.video-js .vjs-play-progress,.video-js .vjs-volume-level{background:var(--ec18-player-accent,#f47c20)!important}
.video-js .vjs-control{height:3.55em!important;line-height:3.55em!important}.video-js .vjs-button>.vjs-icon-placeholder:before{font-size:1.65em;line-height:2.15!important}.video-js .vjs-time-control{line-height:3.55em!important;color:#f1f4f7!important}.video-js .vjs-current-time,.video-js .vjs-duration{display:block!important}.video-js .vjs-remaining-time{margin-left:auto!important}.video-js .vjs-volume-panel{height:3.55em!important}.video-js .vjs-big-play-button{z-index:30!important;background:#279fc4!important;border-color:#fff!important;box-shadow:0 12px 30px rgba(0,0,0,.42)!important}
html[data-ec18-theme="dark"] body.ec18-player-skin-comic-gold{--ec18-player-accent:#f47c20}

/* --------------------------------------------------------------------------
   Social links
---------------------------------------------------------------------------- */
.vtt-footer-social-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}.vtt-footer-social-links a{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 10px;border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#f1f3f5;background:rgba(255,255,255,.04);font:700 12px/1 Inter,sans-serif;text-decoration:none;transition:transform .18s ease,color .18s ease,border-color .18s ease,background .18s ease}.vtt-footer-social-links a:hover{transform:translateY(-2px);color:#17171d;background:#ffd43b;border-color:#ffd43b}.vtt-footer-social-links i{font-size:14px}

/* --------------------------------------------------------------------------
   Complete navy-orange dark mode
---------------------------------------------------------------------------- */
html[data-ec18-theme="dark"]{color-scheme:dark;--vtt-paper:#090c12;--vtt-panel:#111825;--vtt-ink:#f3f5f8;--vtt-muted:#94a1af;--vtt-line:#263345;--vtt-soft:#192536;--vtt-yellow:#f47c20;--vtt-yellow-deep:#d9610b;--vtt-panel-shadow:0 17px 42px rgba(0,0,0,.38);--vtt-panel-shadow-soft:0 10px 25px rgba(0,0,0,.26)}
html[data-ec18-theme="dark"] body{color:#f3f5f8;background:radial-gradient(circle at 12% -5%,rgba(244,124,32,.075),transparent 31%),radial-gradient(circle at 95% 15%,rgba(92,183,216,.055),transparent 29%),linear-gradient(180deg,#090c12 0%,#0d1219 48%,#090c12 100%)!important;background-attachment:fixed!important}
html[data-ec18-theme="dark"] .vtt-site-content,html[data-ec18-theme="dark"] .vtt-library-stage,html[data-ec18-theme="dark"] .vtt-featured-videos,html[data-ec18-theme="dark"] .site{background:transparent!important;color:#f3f5f8}
html[data-ec18-theme="dark"] .vtt-header-primary,html[data-ec18-theme="dark"] .vtt-site-header,html[data-ec18-theme="dark"] .vtt-desktop-nav,html[data-ec18-theme="dark"] .vtt-header-search{background:#090c12!important;border-color:#202b38!important}
html[data-ec18-theme="dark"] .vtt-primary-nav>li>a,html[data-ec18-theme="dark"] .vtt-header-tools a,html[data-ec18-theme="dark"] .vtt-icon-button{color:#dfe6ed!important}
html[data-ec18-theme="dark"] .vtt-primary-nav>li>a:hover,html[data-ec18-theme="dark"] .vtt-primary-nav>li.current-menu-item>a,html[data-ec18-theme="dark"] .vtt-primary-nav>li.current-menu-ancestor>a{color:#ff9a45!important;background:rgba(244,124,32,.1)!important;box-shadow:inset 0 -3px 0 #f47c20!important}
html[data-ec18-theme="dark"] .vtt-primary-nav .sub-menu,html[data-ec18-theme="dark"] .vtt-user-menu ul,html[data-ec18-theme="dark"] .vtt-mobile-drawer{color:#f3f5f8;background:#111825!important;border-color:#2b3744!important;box-shadow:0 18px 38px rgba(0,0,0,.44)!important}
html[data-ec18-theme="dark"] .vtt-comic-breadcrumb-bar{color:#d6dde6;background:#0e141b!important;border-color:#263345!important}.vtt-comic-breadcrumb-bar a{transition:color .18s ease}html[data-ec18-theme="dark"] .vtt-comic-breadcrumb-bar a,html[data-ec18-theme="dark"] .vtt-comic-breadcrumb-bar span{color:#d6dde6!important}html[data-ec18-theme="dark"] .vtt-comic-breadcrumb-bar a:hover{color:#ff9a45!important}
html[data-ec18-theme="dark"] .vtt-comic-panel,html[data-ec18-theme="dark"] .vtt-comic-widget,html[data-ec18-theme="dark"] .vtt-aside-related,html[data-ec18-theme="dark"] .vtt-video-detail-card,html[data-ec18-theme="dark"] .vtt-story-panel,html[data-ec18-theme="dark"] .vtt-ad-slot,html[data-ec18-theme="dark"] .vtt-member-panel,html[data-ec18-theme="dark"] .vtt-member-card,html[data-ec18-theme="dark"] .vtt-member-form,html[data-ec18-theme="dark"] .vtt-login-panel,html[data-ec18-theme="dark"] .comments-area,html[data-ec18-theme="dark"] .comment-respond{color:#f3f5f8!important;background:#111825!important;border-color:#2b3744!important;box-shadow:0 16px 36px rgba(0,0,0,.3)!important}
html[data-ec18-theme="dark"] .vtt-video-card,html[data-ec18-theme="dark"] .vtt-card-copy,html[data-ec18-theme="dark"] .vtt-term-card,html[data-ec18-theme="dark"] .vtt-member-table,html[data-ec18-theme="dark"] .vtt-member-stat,html[data-ec18-theme="dark"] .vtt-bookmark-item,html[data-ec18-theme="dark"] .vtt-submit-section{color:#f3f5f8!important;background:#152030!important;border-color:#2b3744!important}
html[data-ec18-theme="dark"] h1,html[data-ec18-theme="dark"] h2,html[data-ec18-theme="dark"] h3,html[data-ec18-theme="dark"] h4,html[data-ec18-theme="dark"] .title,html[data-ec18-theme="dark"] .vtt-card-copy .title,html[data-ec18-theme="dark"] .vtt-comic-list__copy strong{color:#f3f5f8!important}
html[data-ec18-theme="dark"] p,html[data-ec18-theme="dark"] li,html[data-ec18-theme="dark"] td,html[data-ec18-theme="dark"] th{border-color:#2b3744}
html[data-ec18-theme="dark"] a{color:#d6dde6}html[data-ec18-theme="dark"] a:hover{color:#ff9a45}
html[data-ec18-theme="dark"] .video-datas,html[data-ec18-theme="dark"] .vtt-muted,html[data-ec18-theme="dark"] .description,html[data-ec18-theme="dark"] .vtt-comic-list small,html[data-ec18-theme="dark"] .vtt-sidebar-video__meta{color:#94a1af!important}
html[data-ec18-theme="dark"] input,html[data-ec18-theme="dark"] textarea,html[data-ec18-theme="dark"] select{color:#f3f5f8!important;background:#0e141b!important;border-color:#344255!important}html[data-ec18-theme="dark"] input::placeholder,html[data-ec18-theme="dark"] textarea::placeholder{color:#7f8d9b!important}html[data-ec18-theme="dark"] input:focus,html[data-ec18-theme="dark"] textarea:focus,html[data-ec18-theme="dark"] select:focus{border-color:#f47c20!important;box-shadow:0 0 0 3px rgba(244,124,32,.15)!important}
html[data-ec18-theme="dark"] .vtt-filter-tabs a,html[data-ec18-theme="dark"] .vtt-chip,html[data-ec18-theme="dark"] .vtt-single-tags a,html[data-ec18-theme="dark"] .vtt-comic-category-chips a{color:#dce4eb!important;background:#192536!important;border-color:#354457!important}html[data-ec18-theme="dark"] .vtt-filter-tabs a.is-active,html[data-ec18-theme="dark"] .vtt-filter-tabs a:hover,html[data-ec18-theme="dark"] .vtt-chip:hover,html[data-ec18-theme="dark"] .vtt-single-tags a:hover{color:#101318!important;background:#f47c20!important;border-color:#f47c20!important}
html[data-ec18-theme="dark"] .vtt-comic-widget__icon{color:#111;background:#f47c20!important;border-color:#ff9a45!important}html[data-ec18-theme="dark"] .vtt-comic-widget h2:after,html[data-ec18-theme="dark"] .vtt-aside-related h2:after{background:#f47c20}
html[data-ec18-theme="dark"] .vtt-comic-list__rank{color:#fff;background:#253143!important;border-color:#405169!important}html[data-ec18-theme="dark"] .vtt-comic-list li:nth-child(1) .vtt-comic-list__rank{color:#17120a;background:#ffd43b!important;border-color:#ffd43b!important}html[data-ec18-theme="dark"] .vtt-comic-list li:nth-child(2) .vtt-comic-list__rank{color:#08151d;background:#7dd3fc!important;border-color:#7dd3fc!important}html[data-ec18-theme="dark"] .vtt-comic-list li:nth-child(3) .vtt-comic-list__rank{color:#211008;background:#e7a76f!important;border-color:#e7a76f!important}
html[data-ec18-theme="dark"] .vtt-comic-list__action,html[data-ec18-theme="dark"] .vtt-header-submit,html[data-ec18-theme="dark"] .vtt-member-primary-button{color:#fff!important;background:#f47c20!important;border-color:#f47c20!important}html[data-ec18-theme="dark"] .vtt-comic-list__action:hover,html[data-ec18-theme="dark"] .vtt-header-submit:hover{background:#ff8d32!important}
html[data-ec18-theme="dark"] .vtt-featured-showcase__item{color:#f3f5f8;background:#152030;border-color:#2b3744}html[data-ec18-theme="dark"] .vtt-featured-showcase__item:hover,html[data-ec18-theme="dark"] .vtt-featured-showcase__item.is-active{border-color:#f47c20;background:#192536;box-shadow:0 9px 22px rgba(0,0,0,.27)}html[data-ec18-theme="dark"] .vtt-featured-showcase__copy strong{color:#f3f5f8}html[data-ec18-theme="dark"] .vtt-featured-showcase__preview{border-color:#344255;box-shadow:7px 8px 0 rgba(244,124,32,.33)}
html[data-ec18-theme="dark"] .vtt-video-card:hover .vtt-card-media,html[data-ec18-theme="dark"] .vtt-video-card:focus-within .vtt-card-media{border-color:#f47c20;box-shadow:0 14px 28px rgba(0,0,0,.35)}html[data-ec18-theme="dark"] .vtt-video-card:hover .vtt-card-copy .title,html[data-ec18-theme="dark"] .vtt-video-card:focus-within .vtt-card-copy .title{color:#ff9a45!important}
html[data-ec18-theme="dark"] .vtt-site-footer{color:#d6dde6;background:#080a0f!important;border-top-color:#f47c20!important}html[data-ec18-theme="dark"] .vtt-site-footer h2,html[data-ec18-theme="dark"] .vtt-footer-brand__name{color:#ff9a45!important}html[data-ec18-theme="dark"] .vtt-footer-social-links a{color:#dfe6ed;background:#111825;border-color:#2b3744}html[data-ec18-theme="dark"] .vtt-footer-social-links a:hover{color:#111;background:#f47c20;border-color:#f47c20}
html[data-ec18-theme="dark"] .ec18-mode-tool{background:#111825;border-color:#2b3744;box-shadow:5px 6px 0 rgba(244,124,32,.76),0 15px 32px rgba(0,0,0,.38)}html[data-ec18-theme="dark"] .ec18-mode-tool__button{color:#dfe6ed;background:#192536;border-color:#354457}html[data-ec18-theme="dark"] .ec18-mode-tool__button.is-active{color:#111;background:#f2c14e;border-color:#f47c20}

@media(max-width:1100px){.vtt-featured-showcase__layout{grid-template-columns:minmax(0,1fr) 340px}.vtt-featured-showcase__item{grid-template-columns:92px minmax(0,1fr)}}
@media(max-width:900px){.vtt-featured-showcase__layout{display:flex;flex-direction:column}.vtt-featured-showcase__preview{order:-1}.vtt-featured-showcase__preview-link{aspect-ratio:16/8}.vtt-featured-showcase__rail{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:7px}.vtt-featured-showcase__item{flex:0 0 min(330px,82vw);scroll-snap-align:start}.vtt-featured-showcase__controls{display:none}}
@media(max-width:767px){.vtt-primary-nav>li>a{font-size:14px}.vtt-comic-widget h2,.vtt-aside-related h2{font-size:18px!important}.ec18-mode-tool{right:12px;bottom:calc(var(--ec18-catfish-height,0px) + 78px);gap:3px;padding:4px;border-radius:10px}.ec18-mode-tool__button{width:40px;min-height:38px}.ec18-mode-tool__button span{display:none}.vtt-featured-showcase__preview-content{padding:17px}.vtt-featured-showcase__preview-content>strong{font-size:21px}.vtt-featured-showcase__item{grid-template-columns:100px minmax(0,1fr)}.video-js .vjs-control-bar{height:3.1em!important}.video-js .vjs-control{height:3.1em!important;line-height:3.1em!important;width:2.75em!important}.video-js .vjs-time-control{display:none!important}.video-js .vjs-progress-control{top:-.58em!important}.vtt-footer-social-links a span{display:none}.vtt-footer-social-links a{width:36px;padding:0;justify-content:center}}
@media(prefers-reduced-motion:reduce){.vtt-card-media,.vtt-card-media .video-img,.vtt-featured-showcase__item,.vtt-featured-showcase__preview-link>img,.ec18-mode-tool__button{transition:none!important}}
