.level-one{display:none;}
html,
		body {
			width: 100%;
			margin: 0px;
			padding: 0px;
			color: #000000;
		}

		body * {
			-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		}

		.links a:link,
		.links a:visited {
			color: black;
			text-decoration: none;
			font: 20px sans-serif;
		}

		.links a:hover {
			color: black;
			text-decoration: underline;
		}

		.red {
			
		}

		.red-filled {
			
		}

		.blue {
			background: #67BCCF;
		}

		.section {
			width: 1400px;
			border-radius: 10px;
			margin: 50px auto;
		}

		.section p {
			text-align: center;
			margin: 0px;
			padding: 20px;
			font: 16px sans-serif;
			line-height: 140%;
		}

		.section p strong {
			color: gold;
		}

		.section-list {
			width: 800px;
			border-radius: 10px;
			margin: 50px auto;
		}

		.address {
			margin: 0px auto 50px auto;
			padding: 0px;
			width: 800px;
			text-align: center;
		}

		.address,
		.address a {
			font: 16px arial, sans-serif;
			color: black;
		}
      .history {
  margin: 50px 0 100px;
  padding-left: 10px;
  position: relative;
}

.history .title {
  font-size: 40px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #233446;
  line-height: 45px;
  margin: 20px 0;
  text-align: center;
}

.history p img {
  width: 80%;
  margin: 54px auto 0;
  object-fit: cover;
}

.history .item,.item p{
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #233446;
  line-height: 36px;
  padding-top: 20px;
  padding-bottom: 10px;
}
   .history p video {
    width:80%;
     height:auto;
}
#photobook {
			display: block;
		}
		#photobook2, #photobook1 {
			display: none;
		}
@media (max-width: 767px) {
  .history {
    margin: 20px 0 50px;
  }
  
  .history .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 20px auto 24px;
  }
  
  .history p img {
    width: 100%;
    margin: 14px auto 0;
  }
  
  .history .item p {
    font-size: 16px;
    line-height: 18px;
  }
     .history p video {
    width:100%!important;
	height:auto!important;
}
  #othermessage{
  margin-bottom:0px;
  }
  
		.section {
			width: 100%;
			border-radius: 10px;
			margin: 50px auto;
		}

	

	#photobook, #photobook1 {
		display: none;
	}

	#photobook2 {
		display: block;
	}
  #photobook2  p,#photobook2  div{
  width:100%;
  }
   #photobook2  p img,#photobook2  div img{
  width:100%;
  }