.video-popup{aspect-ratio:9/16;background-color:#000;border-radius:15px;display:none;position:fixed;right:2%;top:2%;transform:scale(.5);transition:transform 2s ease-in-out;width:25%;z-index:1001}.video-popup.show{transform:scale(1)}.progress-container{display:flex;gap:5px;height:4px;left:10px;position:absolute;right:10px;top:5px;z-index:1003}.progress-bar{background-color:hsla(0,0%,100%,.3);border-radius:2px;flex:1;overflow:hidden;position:relative}.progress-bar:after{background-color:#fff;content:"";display:block;height:100%;transition:width linear;width:0}#progress-bar-1:after{animation:progressAnimation 10s linear forwards}#progress-bar-2:after{animation:progressAnimation 10s linear 10s forwards}@keyframes progressAnimation{0%{width:0}to{width:100%}}.video-popup video{border-radius:15px;height:100%;object-fit:cover;width:100%}#close-thumbnail{background-color:#000;border:8px solid #000;border-radius:50%;color:#fff;padding:2px}