svg {
	position: absolute;
	display: block;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 25%;
	width: 100%;
	z-index: 1000;
}
