@media only screen and (min-width: 1921px){
	.section{max-width: 1815px;margin: auto;}
}

@media only screen and (min-width: 1921px){
	.container{max-width: 1815px;}
}

@media only screen and (min-width: 1921px){
	.parallax-container{max-width: 1815px;}
}	

#playButtonChinese{
	text-align: center; 
	cursor: pointer; 
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}

#playButtonChinese img{
	cursor: pointer; 
	max-height: 35px
}

#playButtonChinese #flag_wrapper{
	line-height: 0px;
}

/* Style for the modal */
#videoModal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Style for the video element inside the modal */
#videoModal video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
}

/* Style for the close button */
#videoModal .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: white;
z-index: 1000;
}

/* Style for the modal */
#videoModalChinese {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Style for the video element inside the modal */
#videoModalChinese video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;	  
}

/* Style for the close button */
#videoModalChinese .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: white;
z-index: 1000;
}