@keyframes imgBox-in{0%{opacity:0;transform:scale3D(.8,.8,1)}to{opacity:1;transform:scaleX(1)}}.image-enter{animation:imgBox-in .5s;animation-fill-mode:forwards}@keyframes scanLine{0%{top:1%}to{top:99%}}.scanLine-ani{animation:scanLine 1.5s infinite}.bgbox:before{content:" ";position:fixed;z-index:-1;top:0;right:0;height:50vh;left:0;background-color:red}