.loading-element
{
aspect-ratio
:
9/16
;
animation
:
loading-animation
1s
linear
infinite
;
width
:
50%
;
height
:
50%
;
top
:
50%
;
left
:
50%
;
transform
:
translate(-50%, -50%)
;
}