@media (max-width: 1200px) {
    /* .video-category-item {
        padding:5px;
        font-size: 16rem;
    } */
    .video-wrap{
        flex-direction: column;
        align-items: stretch;
    }
    .video-item-wrap{
        width: 100%;
    }
}
@media (max-width: 768px) {
    /* .video-category-item {
        padding:4px;
        font-size: 14rem;
    } */
    .video-category-item{
        padding:5px 8px;
    }
    .video-header{
        flex-direction: column-reverse;
        margin:10px 0px;
    }
    .video-wrap{
        flex-direction: column;
        align-items: stretch;
    }
    .video-item-wrap{
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        height: 380px;
    }
    .video-item-left{
        width: 100%;
        min-height: 200px;
        height: auto;
    }
    .video-category a{
        min-width: 100px;
    }
    .search-ipt-wrap{
        width: 100%;
    }
}