.vr-wrapper{position:relative;overflow:hidden}.vr-wrapper,.vr-wrapper .vr{width:100%;height:100%}.vr-wrapper .controls-button{position:fixed;bottom:3vh;left:11vh;border-radius:3vh;background-color:hsla(0,0%,100%,.8);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out;padding:1.5vh;gap:1vh;z-index:1000}.vr-wrapper .controls-button svg{width:2vh;height:2vh;color:#333}.vr-wrapper .controls-button:hover{background-color:#fff;transform:scale(1.05)}.vr-wrapper .controls-button:active{transform:scale(.95)}