.motion_gallery{background:#151515c9;overflow:hidden;padding:0;margin:0;width:100vw;height:100vh;position:relative;display:flex;justify-content:center;align-items:center;position:fixed;inset:0;z-index:99999999999;.next{right:30px}.next,.prev{top:calc(50% - 20px);position:absolute;background:white;border-radius:30px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;font-weight:700;font-size:18px;z-index:2}.prev{left:10px;transform:scale(-1) rotate(180deg)}img{max-width:100vw}.refresh,img{position:absolute}.refresh{padding:10px;background:rgba(0,0,0,.4);border-radius:10px;width:20px;height:20px;top:10px;right:10px;display:flex;justify-content:center;align-items:center;cursor:pointer}}