body {
  background: #f5f3e7;
}

.wrapper {
/*  padding: 50px 100px;*/
}

.svg-container { 
	position: relative;
	width: 70%;
	padding-bottom: 30%;
	vertical-align: middle; 
	overflow: hidden; 
	  /*background: #f5f3e7;*/
	  margin: auto;
}

.svg-content { 
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

// line {
//   //position: relative;
//   z-index: -1;
// }

// rect {
//   //position: relative;
//   z-index: 1;
// }