* {  -webkit-box-sizing: border-box;  box-sizing: border-box;}

#video .descriptionBox { position:absolute;z-index: 2;  position:absolute; display:flex; align-items:center;   height:100%;   width:100%; }
#video .description {  width:1200px; margin:0 auto 50px auto;  text-align:left;  font-size: 20px; position:relative;  }
#video .description .title {  display:block;  letter-spacing:1px; clear:both; padding:0 0px 30px 0; }
#video .description .title:after {content:""; width:76%; height:1px; background-color:rgba(255,255,255,0.7); 
position:absolute; top:11px; left:24%; }
#video .description h3{ font-size: 50px; line-height:75px;  }
#video .description .txt01{  margin:20px 5px 35px 5px; line-height:34px;}
#video .description .btn a{display:block;  border:1px solid #fff; border-radius:30px; color:#fff; padding:12px 20px 15px 20px; width:180px; font-size: 18px;  text-align:center;}
#video .description .btn a:hover {background-color:#fff; color:#333;}

#video .parallax-section {  background-attachment: fixed !important;  background-size: cover !important; padding:0; margin:0;}
#home {position:relative; overflow:hidden; display: -webkit-box;  display: -webkit-flex;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;
  -webkit-align-items: center;  -ms-flex-align: center;   align-items: center;  height: 100vh;  position: relative;  z-index:1; }

#home video {border:0; padding:0; margin:0;  position: absolute;  top: 50%;  left: 50%;  min-width: 100%;  min-height: 100%;  width: auto;  height: auto;
  z-index: -100;  transform: translateX(-50%) translateY(-50%);  background-size: cover;  transition: 1s opacity;}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
#video .description {  text-align:center;}	
#video .description h3{ font-size: 30px; float:none; line-height:45px; padding-bottom:0px;}	
#video .description .txt01{ float:none; margin:0px 5px 0px 5px; padding:20px 10px 30px 10px ; font-size: 15px; line-height:24px; }
#video .description .btn a{margin:0 auto;  }	
	
#home .container {width:100%; padding-top:35%;  }
#home p {  color: #f0f0f0;  font-size: 22px; padding-top:25px;   line-height: 30px;}
  #home h1 {  font-size: 4em;  line-height:1.1em; }
 #home div.home_img {display:none ;} 
}
@media (max-width: 768px) {
#home h1 { font-size: 3.5em;  }
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
 #home h1 { font-size: 2.5em;  }
#home div.home_img {display:block ;  position:absolute; right:0; top:auto; bottom:5%;}
#home div.home_img img {width:250px; height:auto;}  
  .about-info h3 {    font-size: 12px;    letter-spacing: 6px;  }
}
@media (max-width: 320px) {
}