body{overflow:hidden;position:relative;min-width:100vw;min-height:100vh;background:#000;scroll-behavior:smooth;text-rendering:optimizeSpeed;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;font-family:Verdana,Geneva,Tahoma,sans-serif}body canvas{position:absolute;right:auto;top:50%;left:50%;bottom:auto;width:100vmin;height:100vmin;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body .play-btn{position:fixed;bottom:.65rem;left:auto;right:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:3rem;min-height:3rem;background-color:#de1f00;border-radius:50%;display:inline-block;cursor:pointer;color:#fff;font-size:1rem;line-height:1rem;text-align:center;border:none;opacity:.7;outline:none;-webkit-box-shadow:0 0 2px rgba(0,0,0,.9);box-shadow:0 0 2px rgba(0,0,0,.9)}body .play-btn:active,body .play-btn:hover{outline:none;background-color:#ff3312}body .label{margin:0;width:2rem;position:fixed;bottom:1.6rem;left:.5rem;right:auto;color:#fff;text-align:right;text-shadow:0 0 1px rgba(0,0,0,.4)}body .slider{margin:0 4.5rem 0 3.5rem;width:calc(100vw - 8rem);position:fixed;bottom:2rem;left:0;right:0;-webkit-appearance:none;height:.25rem;background:#d3d3d3;outline:none;opacity:.7;-webkit-transition:.2s;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:0 0 1px rgba(0,0,0,.9);box-shadow:0 0 1px rgba(0,0,0,.9)}body .slider:hover{opacity:1}body .slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:3rem;height:3rem;background:#de1f00;cursor:pointer;border-radius:50%;-webkit-box-shadow:0 0 2px rgba(0,0,0,.9);box-shadow:0 0 2px rgba(0,0,0,.9)}body .slider::-moz-range-thumb{width:3rem;height:3rem;background:#de1f00;cursor:pointer;border-radius:50%;box-shadow:0 0 2px rgba(0,0,0,.9)}body .info{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body .info p{font-family:monospace;color:#fff;background:rgba(0,0,0,.8);max-width:450px;width:75%;margin:0 auto;text-align:center;padding:1rem;border-radius:.2rem}body .info p a,body .info p a:hover,body .info p a:visited{color:#fff;padding:.2rem 1rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}body.preroll-hulu .play-btn{color:#000;background-color:#66fa91}body.preroll-hulu .play-btn:hover{background-color:#97fcb5}body.preroll-hulu .slider::-webkit-slider-thumb{background:#66fa91}body.preroll-hulu .slider::-moz-range-thumb{background:#66fa91}body.preroll-hbo .play-btn{color:#000;background-color:#ccc}body.preroll-hbo .play-btn:hover{background-color:#e6e6e6}body.preroll-hbo .slider::-webkit-slider-thumb{background:#ccc}body.preroll-hbo .slider::-moz-range-thumb{background:#ccc}