.page--videos{background-color:#0e0e0e}.videos{margin-bottom:1.5rem}.videos__items{align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(16.875rem,1fr))}.videos__items:not(:last-child){margin-bottom:1.5rem}.item-videos{align-items:flex-start;border:.0625rem solid #e7e7e7;display:flex;flex-direction:column;justify-content:space-between;transition:border-color .3s}.item-videos,.item-videos__image{border-radius:.5rem;position:relative}.item-videos__image{flex-grow:1;overflow:hidden;width:100%}.item-videos__image:before{background:linear-gradient(1turn,rgba(0,0,0,.64),transparent 57.19%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:2}.item-videos__image img{aspect-ratio:1;height:100%;object-fit:cover;width:100%}.item-videos__content{bottom:0;left:0;padding:.75rem;position:absolute;right:0;z-index:3}.item-videos__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;font-size:1.125rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;transition:color .3s}@media (any-hover:hover),(pointer:fine){html:not([data-fls-touch]) .item-videos:hover{border-color:#f03232}html:not([data-fls-touch]) .item-videos:hover .item-video__title{color:#f03232}}