html {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	float: left;
}
body {
	height: 100vh;
	width: 100vw;
	margin: 0;
	float: left;

}
.container {
	height: 100vh;
	width: 100vw;
	margin: 0;
	position: relative;
	float: left;

}
#svg-container {
	background: url( 'Zoller_bg.jpg' ) center / cover no-repeat;
	position: absolute;
	height: 100vh;
	width: 200vh;
	min-width: 100vw;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

svg {
	width: 100%;
	height: 100%;
}

path {
	cursor: pointer;
	fill: rgba(255,255,255, 0);
}
