#loading {
	text-align: center; 
	background: url('../images/loading.svg') no-repeat center; 
	/*height: 150px;*/
	height: 100%;
	min-height: 340px;
	display: flex;
	justify-content: center;
	align-items: center;
}