.landing-container{width:100%;height:100dvh;position:relative}.landing-container,.next,.prev{display:flex;justify-content:center;align-items:center}.next,.prev{top:calc(50% - 20px);position:absolute;background:hsl(var(--background));border-radius:30px;width:40px;height:40px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;font-weight:700;font-size:18px;z-index:2}.next{right:10px}.prev{left:10px}.motion-image{position:absolute;max-width:100vw}.refresh{padding:10px;position:absolute;background:hsl(var(--foreground));border-radius:10px;width:20px;height:20px;top:10px;right:10px;display:flex;justify-content:center;align-items:center;cursor:pointer}