*{margin:0;padding:0;box-sizing:border-box;font-family:Newsreader,serif!important}.wrapper{margin:none}.gallery{display:grid;width:var(--s);aspect-ratio:1;overflow:hidden;padding:calc(var(--s) / 20);border-radius:50%;position:relative;clip-path:circle(49.5%);height:fit-content}@media (min-width: 600px){.gallery{height:unset;min-width:fit-content}}.gallery:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;padding:inherit;border-radius:inherit;background:repeating-conic-gradient(#fff 0,#fff 1deg,#f7e5ba 0,#f7e5ba 20deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.gallery>img{grid-area:1/1;width:100%;height:100%;object-fit:cover;border-radius:inherit;transform-origin:50% 120.7%}.gallery:after,.gallery>img{animation:m 16s infinite cubic-bezier(.5,-.2,.5,1.2)}.gallery>img:nth-child(2){animation-delay:-4s}.gallery>img:nth-child(3){animation-delay:-8s}.gallery>img:nth-child(4){animation-delay:-12s}@keyframes m{0%,3%{transform:rotate(0)}22%,27%{transform:rotate(-90deg)}47%,52%{transform:rotate(-180deg)}72%,77%{transform:rotate(-270deg)}98%,to{transform:rotate(-360deg)}}body{margin:0;min-height:100vh;place-content:center;background-color:#fff}
