.catalog-filter-page .products .list > li {
    width: 25%; 
    float: left;
    height: auto; 
    padding: 0;
    position: relative;
    overflow: visible;
}

.tvs video {
    position: relative;
    width: 100%;
    display: block;
}

.tvs li .desc-holder {
    padding: 10px;
    height: auto;
    background: #fff;
}

section.tvs ul > li {
    padding-bottom: 0 !important;
    border-radius: 6px;
    overflow: hidden;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .products .list > li:nth-child(n+4) {
        display: none;
    }
}


@media (max-width: 479px) {
    #main.index-page .products .list {
        padding: 0 10px 30px;
    }
}