.inline-video-frame{isolation:isolate;overflow:hidden}
.scene-play-overlay{position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:80px;height:80px;padding:0;border:1px solid #ffffffb3;border-radius:50%;background:#ffffffed;color:#ed642d;box-shadow:0 8px 35px #13251b40;cursor:pointer;transition:background .2s,box-shadow .2s}
.scene-play-overlay svg{width:34px;height:34px;margin-left:2px}
.scene-play-overlay:hover{background:#fff;box-shadow:0 10px 42px #13251b65}
.scene-play-overlay:focus-visible{outline:3px solid #ff6429;outline-offset:5px}
.scene-inline-player{position:absolute;inset:0;z-index:4;display:block;width:100%;height:100%;object-fit:contain;background:#101711}
.scene-inline-player[hidden],.scene-play-error[hidden],#pause[hidden]{display:none!important}
.is-playing .scene-play-overlay,.is-playing .image-caption{display:none}
.scene-play-error{position:absolute;z-index:5;bottom:16px;left:16px;right:16px;margin:0;padding:10px;border-radius:8px;background:#fff;color:#8b3515;font-size:13px}
@media(max-width:600px){.scene-play-overlay{width:64px;height:64px}.scene-play-overlay svg{width:28px;height:28px}}
