#__next,body,html{background:transparent;margin:0;height:100%;width:100%}.video-bg{width:100vw;height:100vh;object-fit:cover;z-index:-1;pointer-events:none}.content,.video-bg{position:fixed;inset:0}.content{z-index:1;display:flex;justify-content:center;align-items:center}.center-image{display:block;margin:0 auto;max-width:50%;max-height:50%;object-fit:contain;border-radius:20px;box-shadow:0 0 20px rgba(0,0,0,.5);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.center-image:hover{transform:scale(1.05);box-shadow:0 0 40px rgba(128,0,255,.8)}.custom-cursor{position:fixed;width:120px;height:120px;pointer-events:none;transform:translate(-50%,-50%);display:block;z-index:10}@media (max-width:768px){.custom-cursor{width:90px;height:90px}}@media (max-width:480px){.custom-cursor{width:60px;height:60px}}