/* Keep embedded game trailers at their native 16:9 ratio on every viewport. */
.soft-detail .article-body iframe.game-video-player,
.soft-detail .article-body iframe[src*="/tool/video/play.html"],
.soft-detail .article-body iframe[src*="/tool/video/m3u8.php"] {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    max-height: none;
    aspect-ratio: 16 / 9;
    margin: 8px 0 18px;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #000;
}
