.AVI-loader-block {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 255, 255, 255, 0.6 );
	z-index: 999999;
}
	.AVI-loader-block svg {
		stroke: #212121;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate( -50%, -50% );
	}