.box{
	height: 35vh;
	width: 100%;
	background-image: url(bg/1.jpg);
	background-size: cover;
	background-position: center;
	display: table;
	background-attachment: fixed;
}