.fullscreen-container{width:100%;height:100dvh;position:absolute;inset:0;z-index:999999;background-color:#1a1a1a;overflow:hidden}.screen-saver-container{width:100%;height:100%;position:relative;background:rgb(0,0,0);background:linear-gradient(1turn,rgba(0,0,0,1),rgba(0,0,0,.9) 14%,rgba(0,0,0,.8) 25%,rgba(0,0,0,.3) 51%,rgba(0,0,0,0) 85%),linear-gradient(180deg,rgba(0,0,0,.9),rgba(0,0,0,.8) 8%,rgba(0,0,0,.4) 28%,rgba(0,0,0,0) 83%)}.screen-saver-container .screen-saver-primary-title{position:absolute;top:0;left:0;right:0;width:100%;padding:40px;h1{font-size:clamp(1rem,.2rem + 2.56vw,5rem)!important;background:linear-gradient(90deg,rgba(255,207,74,1),rgba(255,108,57,1) 58%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:.3}}.screen-saver-container .screen-saver-program-bk{width:105%;height:100%;position:absolute;top:0;bottom:0;left:0;z-index:-1;animation:image-movement;animation-duration:9s;animation-timing-function:linear;animation-fill-mode:forwards}.screen-saver-container .screen-saver-program-bk img{width:100%;height:100%;object-fit:cover;object-position:top center}.screen-saver-container .footer{width:100%;position:absolute;bottom:0;left:0;right:0;padding:40px;display:flex;flex-direction:row;align-items:stretch;justify-content:space-between}.screen-saver-container .footer .screen-saver-logo{width:15%;max-width:75px;aspect-ratio:1;object-fit:contain;object-position:bottom;opacity:.3}.screen-saver-container .footer .screen-saver-info-container{width:80%;position:relative}.screen-saver-container .footer .screen-saver-channel-logo{width:100px;height:50px;object-fit:contain;object-position:left bottom}.screen-saver-container .footer .title{font-size:clamp(1.875rem,1.25rem + 2vw,7.5rem);font-weight:800;color:#fff}.screen-saver-container .footer .subtitle{font-size:clamp(1rem,.2rem + 2.56vw,5rem);font-weight:400;color:#fff}@keyframes image-movement{0%{transform:translateX(0)}to{transform:translateX(-5%)}}