/* page = image */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: black;
}
svg {
	position: absolute;
	width: 100%;
	height: 100%;
}
div {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#ctr {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
img {
	display: block;
	width: 100%;
	height: 100%;
/*	object-fit : scale-down ; */
}
