body footer .footer-motion-mark{display:block;width:145px;max-width:100%;height:auto;overflow:visible}
.footer-spinning-record{transform-origin:158px 62px;animation:footer-vinyl-spin 12s linear infinite}
body footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;text-align:left}
body footer .footer-made{margin-left:auto;text-align:right}
@keyframes footer-vinyl-spin{to{transform:rotate(360deg)}}
@media(max-width:820px){body footer .footer-motion-mark{width:125px}}
@media(max-width:767px){
 body footer .footer-bottom{flex-direction:column;justify-content:center;text-align:center;gap:10px}
 body footer .footer-bottom > span{max-width:100%;text-align:center}
 body footer .footer-made{margin-left:0;text-align:center}
}
@media(prefers-reduced-motion:reduce){.footer-spinning-record{animation:none}}
