.home-video-section {
    display: none;
}

@media (max-width: 899px) {
    .home-video-section {
        display: block;
        margin-top: 20px;
        padding-top: 15px;
        border-top: 1px solid #eadfe0;
        background: transparent;
    }

    .home-video-subheading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 9px;
    }

    .home-video-subheading > span > b {
        display: block;
        color: #d84248;
        font-size: 9px;
        font-weight: 700;
    }

    .home-video-subheading h3 {
        margin: 3px 0 0;
        color: #263238;
        font-size: 12px;
        line-height: 1.4;
    }

    .home-music-toggle {
        display: inline-flex;
        align-items: center;
        max-width: 55%;
        min-height: 30px;
        gap: 6px;
        padding: 5px 9px;
        border: 1px solid #e5cfd0;
        border-radius: 4px;
        background: #fff;
        color: #a63b40;
    }

    .home-music-toggle i {
        flex: 0 0 auto;
        font-size: 10px;
        font-style: normal;
    }

    .home-music-toggle em {
        overflow: hidden;
        font-size: 10px;
        font-style: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home-video-track {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 100%;
        gap: 0;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding: 0 0 3px;
    }

    .home-video-track::-webkit-scrollbar {
        display: none;
    }

    .home-video-item {
        min-width: 0;
        padding: 0 9%;
        box-sizing: border-box;
        scroll-snap-align: start;
    }

    .home-video-player {
        position: relative;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        background: #101416;
        border-radius: 4px;
    }

    .home-video-player > span {
        position: absolute;
        top: 8px;
        right: 8px;
        padding: 3px 7px;
        border-radius: 3px;
        background: rgba(0, 0, 0, .62);
        color: #fff;
        font-size: 10px;
        pointer-events: none;
    }

    .home-video-item-heading {
        min-height: 44px;
        margin-bottom: 6px;
    }

    .home-video-item-heading > span {
        display: inline-block;
        margin-bottom: 4px;
        color: #d84248;
        font-size: 10px;
        font-weight: 700;
    }

    .home-video-item h3 {
        margin: 0;
        color: #263238;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 12px;
        line-height: 1.45;
    }

    .home-video-description {
        display: -webkit-box;
        max-height: 38px;
        margin: 8px 2px 10px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: #566166;
        font-size: 12px;
        line-height: 1.75;
        text-align: left;
    }

    .home-video-section video {
        display: block;
        width: 100%;
        height: 100%;
        background: #101416;
        object-fit: contain;
        border: 0;
        border-radius: 4px;
    }

    .home-video-keywords {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
        margin-top: 12px;
    }

    .home-video-keywords span {
        padding: 5px 9px;
        border: 1px solid #e7d5d6;
        border-radius: 3px;
        background: #fff7f7;
        color: #8e3337;
        font-size: 10px;
    }

    .home-video-keywords span:nth-child(n + 3) {
        display: none;
    }

    .home-video-detail {
        display: inline-block;
        margin-top: 9px;
        color: #d84248;
        font-size: 12px;
        font-weight: 700;
        text-decoration: none;
    }

    .home-video-swipe {
        margin: 9px 0 0;
        color: #8a9296;
        font-size: 10px;
        text-align: center;
    }
}
