.videos{display:flex;flex-flow:row wrap;height:100%;justify-content:center;position:relative;width:100%}.videos__play-button{background:#161616;border-radius:50%;color:#ffca00;cursor:pointer;font-size:16px;opacity:.9;padding:10px 9px 10px 11px;position:absolute}.videos__play-button--active{cursor:default;opacity:0}.videos__item{align-items:center;border-radius:8px;display:flex;justify-content:center;position:relative}.videos__item:not(.videos__item--active){height:480px;max-width:270px;min-width:240px}.videos__item>video,.videos__item__preview{background:#000;border-radius:8px;height:100%;width:100%}.videos__item>video>img,.videos__item__preview>img{border-radius:inherit;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.videos__item--active{left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:999}@media only screen and (max-width:740px){.videos__item--active{border-radius:0;height:100%;max-width:100vw;min-width:100vw}}@media only screen and (min-width:740px){.videos__item--active{height:80%;max-width:45dvh;width:-moz-fit-content;width:fit-content}.videos__item--active>.videos__play-button{font-size:26px;padding:14px 12px 14px 16px;transition:opacity .3s}.videos__item--active .icon-pause{padding:14px}}@media only screen and (max-width:740px){.videos__item--active>video{border-radius:0;height:100%;width:100vw}}.videos__item--active .videos__views-count{font-size:1.8rem;gap:4px 0;margin-top:-36px}@media only screen and (min-width:740px){.videos__item--active .videos__views-count{font-size:2rem}}.videos__item__info{background:linear-gradient(180deg,transparent,#000);background-blend-mode:multiply;border-radius:0 0 8px 8px;bottom:0;color:#fff;cursor:default;display:flex;flex-flow:row wrap;font-size:1.4rem;justify-content:space-between;left:0;padding:16px;position:absolute;width:100%}.videos__item__info__description{display:flex;flex-flow:column nowrap;justify-content:flex-end;max-width:80%}.videos__item__info--medium{font-weight:500}.videos__item__info__button{color:#9e9e9e;cursor:pointer}.videos__item__info *{margin:0}.videos__item__close{display:none}@media only screen and (max-width:740px){.videos__item__close{background:linear-gradient(0deg,transparent,rgba(0,0,0,.502));color:#fff;cursor:pointer;display:block;font-size:22px;height:10%;left:0;min-height:75px;position:absolute;top:0;width:100%;z-index:6}.videos__item__close-icon{align-items:center;display:flex;height:100%;justify-content:center;width:48px}}.videos__overlay{background:#161616;height:100%;left:0;opacity:.75;position:fixed;top:0;width:100%;z-index:99}.videos__top-button{align-items:center;background:#fff;color:#009939;cursor:pointer;display:flex;gap:8px;padding:0 8px;position:absolute;right:-8px;top:-42px}.videos__views-count{align-items:center;color:#fff;display:flex;flex-flow:column nowrap;font-weight:500}.videos__error{color:#fff;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.fake-progress-bar{background:#848484;border:none;border-radius:2px;height:4px;margin-top:12px;width:100%}.fake-progress-bar__value{background-color:#ffca00;border-radius:inherit;height:100%}.truncate{display:-webkit-box;overflow:hidden;line-clamp:25;-webkit-line-clamp:25;-webkit-box-orient:vertical}.truncate--5{line-clamp:5;-webkit-line-clamp:5}@media screen and (max-height:900px){.truncate{-webkit-line-clamp:15}}@media screen and (max-height:600px){.truncate{-webkit-line-clamp:10}}@media screen and (max-height:450px){.truncate{-webkit-line-clamp:5}}
