/* 海报视频小屏。本文件由 media=(max-width: 980px) 引入，内部不再包 @media。 */
/* 后续 iOS/Android 全屏与 75% 居中差异见 .agents/docs/features/poster-video.md，禁止只改高度。 */

.ts-poster-video-play {
  width: 3.5rem;
  height: 3.5rem;
}
.ts-poster-video-play img {
  width: 3.5rem;
  height: 3.5rem;
}
.ts-poster-video.is-float .ts-poster-video-player {
  width: 75vw;
}
