

@media screen and (min-width:820px){
    #show_page .vod-show-grid,
    #show_page .mac-catalog-show__grid{
        display:grid !important;
        grid-template-columns:repeat(4,minmax(0,1fr)) !important;
        gap:16px 14px !important;
        margin:0 !important;
    }
    #show_page .vod-show-grid > li,
    #show_page .mac-catalog-show__grid > li,
    #show_page .mac-catalog-show__grid .vodlist_item{
        width:auto !important;
        float:none !important;
        margin:0 !important;
        padding:0 !important;
    }
}

@media (max-width:820px){
    #show_page .vod-show-grid,
    #show_page .mac-catalog-show__grid{
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:10px !important;
        margin:0 !important;
    }
    #show_page .vod-show-grid > li,
    #show_page .mac-catalog-show__grid > li{
        width:auto !important;
        float:none !important;
        margin:0 !important;
    }
}

@media (max-width:820px){
    #show_page .mac-catalog-filter-head__row--query,
    #show_page .mac-catalog-filter-head__sort,
    #show_page .mac-catalog-filter-head__drawer{
        display:none !important;
    }
}

#show_page .vodlist_thumb{
    aspect-ratio:16 / 9 !important;
    padding-top:0 !important;
    height:auto !important;
    background-size:cover !important;
    background-position:center !important;
}
