.ocean {
	background: radial-gradient( circle cover, hsl( 210, 90%, 90% ), hsl( 210, 90%, 70% ) );
	overflow: hidden;
	width:auto;
	margin: 0 auto;
	position: relative;
}
#ocean-js {
	position: absolute;
	width: 100%;

	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 0;
}
#ocean3-js {
	clip-path: circle(45% at center);
	-webkit-clip-path: circle(45% at center);
}
.ocean .innar {
	position: absolute;
	top:10vw;
}
.ocean canvas {
	display: block;
	/*
	width:300px;
	clip-path: circle(100px at center);
	-webkit-clip-path: circle(100px at center);
	*/
}
