.feed-media{--feed-image-overlay:var(--feed-media-overlay);--feed-video-overlay:var(--feed-media-overlay)}.social-media-video-progress-bar-container{position:absolute;right:16px;left:16px;bottom:12px;height:2px;background:hsla(0,0%,100%,.3);border-radius:4px;opacity:0;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.social-media-video-progress-bar{position:relative;height:100%;border-radius:4px;background:hsla(0,0%,100%,.3);cursor:pointer;touch-action:none}.social-media-video-progress-bar:before{content:"";position:absolute;inset:-12px -16px;background:rgba(0,0,0,0)}.social-media-video-progress-fill{width:0;height:100%;background:#fff;border-radius:4px;position:relative;z-index:1}.kevel-debug-mode{position:relative;background-color:#ffebee;outline:2px dashed #faadbb;outline-offset:2px}.kevel-debug-mode:after{display:inline-block;color:#72182d;content:"Kevel Ad";background-color:#ffebee}.kevel-debug-corner-flag,.kevel-debug-mode:after{position:absolute;top:0;right:0;padding:8px 12px;font-size:.75rem}.kevel-debug-corner-flag{z-index:3;color:#fff;background-color:#72182d;box-shadow:0 1px 10px 0 rgba(31,36,51,.5)}.social-media-video{position:relative;height:28.875rem;border-radius:10px;transition:height .3s ease-out;overflow:hidden}@media(min-width:992px){.social-media-video.social-media-video-playing{height:31.25rem}}.social-media-video.social-media-video-playing .social-media-video-play-btn{opacity:0;transform:translate(-50%,-50%) scale(.75)}.social-media-video.social-media-video-playing .social-media-video-progress-bar-container{opacity:1;pointer-events:auto}@media(hover:hover)and (pointer:fine){.social-media-video:hover .social-media-video-play-btn{background:rgba(0,0,0,.5)}.social-media-video:hover .social-media-video-progress-bar-container{opacity:1;pointer-events:auto}}@media(hover:none),(pointer:coarse){.social-media-video:focus-within .social-media-video-progress-bar-container{opacity:1;pointer-events:auto}}.social-media-video .social-media-video-player{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;cursor:pointer}.social-media-video .social-media-video-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.3)}.social-media-video .social-media-video-loading .social-media-video-spinner{width:3rem;height:3rem;border:.25rem solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:social-media-video-spin 1s linear infinite}.social-media-video .social-media-video-volume-btn{width:2.5rem;height:2.5rem;position:absolute;top:12px;right:16px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);color:#fff;border:1px solid hsla(0,0%,100%,.4);backdrop-filter:blur(2px);border-radius:4px;cursor:pointer;transition:all .3s ease}.social-media-video .social-media-video-volume-btn:hover{background:hsla(0,0%,100%,.1)}.social-media-video .social-media-video-volume-btn:active{background:hsla(0,0%,100%,.3)}.social-media-video .social-media-video-play-btn{width:3rem;height:3rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;color:#fff;background:rgba(0,0,0,.4);backdrop-filter:blur(2px);transition:all .5s ease}.social-media-video .social-media-video-play-btn svg{width:2rem;height:2rem}@keyframes social-media-video-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}