.rewards-spin-game{margin-top:-20px;padding:0;display:flex;align-items:center;justify-content:center;height:100%;overflow:hidden;position:relative}.canvas-container{background-color:#ffc64a;background-image:url(/common/wheelBackgroundImage.svg);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:50%;min-height:450px;overflow:hidden;position:relative;min-width:450px}.wheel{border-radius:50%;height:410px;left:0;position:absolute;margin:21px;top:0;transition:transform 4s cubic-bezier(.5,-.08,.5,1.04);width:410px}.spin{display:flex;align-items:center;justify-content:center;top:50%;transform:translate(-50%,-50%);z-index:10;width:140px;height:180px;outline:none;letter-spacing:1px;cursor:pointer}.arrow,.spin{position:absolute;left:50%}.arrow{top:24px;transform:translateX(-50%);z-index:1}@media (max-width:768px){.canvas-container{min-height:300px;min-width:300px}.wheel{height:270px;width:270px;margin:15px}.spin{width:100px;height:100px}.arrow{top:18px}}@media (max-width:480px){.canvas-container{min-height:250px;min-width:250px}.wheel{height:230px;width:230px;margin:10px}.spin{width:40px;height:60px}.arrow{top:14px}}