.video-feed-container{width:100vw;height:auto;overflow:hidden;background-image:linear-gradient(180deg,#000000 0,#F5F5F5 15%,#F5F5F5 85%,#000000)}.video-item{position:relative;width:100%;height:100vh}.video-player{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.video-controls{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:space-between;padding:20px;opacity:0;animation:fadeIn .3s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.control-btn{position:absolute;left:calc(50% - 90px);top:calc(50% - 90px);border:none;border-radius:50%;width:180px;height:180px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.video-info{position:absolute;bottom:80px}.rtl{left:13px}.ltr{right:13px}.open-app{position:absolute;left:calc(50% - 68px);bottom:40px;width:136px;height:40px;background-color:#fe2c55;color:#f0f8ff;display:flex;align-items:center;justify-content:center;border-radius:20px;font-size:12px;font-weight:400}.video-feed-container:fullscreen{width:100vw;height:100%}@media(max-width:600px){.video-controls{padding:15px}body{overflow:hidden}}@media(orientation:landscape){.video-feed-container{width:50vw;height:100vh;margin:0 auto;background-color:rgba(0,0,0,.9);display:flex}.video-feed-container .download-container{transform:scale(.7);margin-left:-24%;margin-top:-20%}.video-feed-container .mobile-header{width:50vw}.video-feed-container .video-info{transform:scale(.6);margin-bottom:-25%}}.video-feed-mask{position:fixed;top:0;left:0;width:100vw;height:calc(100vh - 0px);background:rgba(0,0,0,.5);z-index:999}.mobile-header{position:fixed;width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 15px;z-index:1001}.mobile-header .login-btn{padding:8px 16px;background-color:#fe2c55;color:#fff;border:none;border-radius:16px;font-size:14px;cursor:pointer}