@keyframes move-dots{0%{background-position:0 0,0 0}to{background-position:20px 20px,20px 20px}}.pattern-dots-square-animated{background-color:rgba(255,255,255,.05);background-image:linear-gradient(90deg,rgba(255,255,255,.2) 2px,transparent 0),linear-gradient(180deg,rgba(255,255,255,.2) 1px,transparent 0);background-size:40px 10px;animation:move-dots 15s linear infinite}