html, body {
	width:100%;
	height:100%;
	}

body {
	text-align: center;
	color:#333;
	width:100%;
	height:100%;
	margin:0;
	background:#fafafa;
	overflow-x:hidden;
	}
svg {
	position:absolute;
	left:30px;
	bottom:30px;
	width: 50vw !important;
	}
@media (max-width: 767px) {
	svg {
		width: 80vw !important;
	}
	}
}