*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;overflow:hidden;background-color:#000}.background-container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;overflow:hidden}.bg-gif{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;width:auto;height:auto;object-fit:cover;pointer-events:none}@media (orientation:portrait){.bg-gif{width:100vh;height:100vw;min-width:auto;min-height:auto;transform:translate(-50%,-50%) rotate(-90deg)}}.content-overlay{position:relative;z-index:10;width:100%;height:100%;color:white;display:flex;align-items:center;justify-content:center}