.ml-videos__filters{display:flex;flex-wrap:wrap;gap:10px;margin:0 10px 30px}.ml-videos__filter{background:none;border:1px solid;border-radius:100px;cursor:pointer;font-size:14px;font-weight:700;opacity:.6;padding:6px 16px;text-transform:uppercase;transition:opacity .2s ease,background-color .2s ease,color .2s ease}.ml-videos__filter:hover{opacity:1}.ml-videos__filter.is-active{background-color:var(--clr-accent,#f60);border-color:var(--clr-accent,#f60);color:#fff;opacity:1}.ml-videos__card[hidden]{display:none!important}.ml-videos__card .pwr-post-item__img{background-position:50%;background-size:cover;position:relative}.ml-videos__card.pwr-post-item:not(.pwr-post-item--1col):hover .pwr-post-item__img{border-bottom-left-radius:0;border-bottom-right-radius:0;height:238px}.ml-videos__card.pwr-post-item:not(.pwr-post-item--1col):hover .pwr-post-item__overlay{opacity:0}.ml-videos__card.pwr-post-item:not(.pwr-post-item--1col):hover .pwr-post-item__desc,.ml-videos__card.pwr-post-item:not(.pwr-post-item--1col):hover .pwr-post-item__title{color:var(--clr-text-lt)}.ml-videos__play{background:rgba(0,0,0,.55);border-radius:50%;height:56px;left:50%;margin:-28px 0 0 -28px;position:absolute;top:50%;transition:background-color .2s ease,transform .2s ease;width:56px}.ml-videos__play:after{border-color:transparent transparent transparent #fff;border-style:solid;border-width:9px 0 9px 15px;content:"";left:50%;margin:-9px 0 0 -5px;position:absolute;top:50%}.ml-videos__card:hover .ml-videos__play{background:rgba(0,0,0,.8);transform:scale(1.08)}.ml-videos__pagination{margin-top:30px;text-align:center}.ml-videos__load-more{background:transparent;color:inherit;cursor:pointer;font:inherit}.ml-videos__load-more[hidden]{display:none!important}@media (max-width:767px){.ml-videos__filters{gap:8px}.ml-videos__play{height:44px;margin:-22px 0 0 -22px;width:44px}}