.scanImage{background-size:7rem}@media (max-width:1024px){..scanImage:before,.scanImage{background-size:5rem}}@keyframes animateImg{0%,to{height:0}50%{height:100%}}.scanImage:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-size:7rem;background-image:var(--bg-url);animation:animateImg 10s ease-in-out infinite}@keyframes animateLine{0%,to{top:0}50%{top:100%}}.scanLine{content:"";position:absolute;top:0;left:-6rem;width:300px;height:5px;background:#FFFFFF;border:1px solid #3fefef;border-radius:4px;filter:drop-shadow(0 0 20px #3fefef) drop-shadow(0 0 30px #3fefef);animation:animateLine 10s ease-in-out infinite}@media (max-width:1024px){.scanImage,.scanImage:before{background-size:5rem}.scanLine{width:180px;left:-3rem}}