html {
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: scroll;
  color:#fff;
}

div, img, svg, canvas, video, text {
	position: absolute;
}

body {
	width:100%;
	height:100%;
	background-image:url(../images/dahai.jpeg);background-size: cover;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	letter-spacing: -0.75px;

}

#container {
	width:100%;
	height:100%;
	max-width: 1024px;
	max-height: 700px;
	left:50%;
	top: 15%;
	transform:translate(-50%);
}

.fs {
	width:1024px;
	height:560px;
}