.loading-element
{
position
:
absolute
;
top
:
50%
;
left
:
0
;
transform
:
translateX(0)
;
animation
:
loading-animation
1s
linear
infinite
;
}