section#header {
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
}

.text-word {
	text-align: center;
    line-height: 2.5;
    font-size: 22px;
    font-family: 'Druk Wide';
    font-weight: 500;
    font-style: normal;
	padding-bottom: 33px;
	letter-spacing: 1px;
}
.videoWrapperYoutube{
   float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;	
}

.videoWrapperYoutube iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
span.text {
    display: block;
}
div.videoHidden
{
    display: none;
    position: fixed;
    overflow-y: scroll;
    min-height: 100vh;
    padding-top: 26px;
    box-sizing: border-box;
    width: 100%;
    background: #000;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0px;
    z-index: 106;
}
.videoHidden .videoInnerWrap{
	max-width:70%;
	margin:0 auto;
}
.videoHidden video{
    max-width: 90%;
}
.closeBtn {
    font-size: 15px;
    color: #fff;
    right: 32px;
    position: absolute;
    top: 10px;
    cursor: pointer;
    font-family: 'Druk Wide';
    font-weight: 500;
    font-style: normal;
}
.header-stickyWrapper video {
	position: absolute;
	width: 100%;
	cursor: pointer;
}
.header-content {
    color: #fff;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.header-stickyWrapper {
	position: relative;
    height: 100vh;
	max-height: calc(1080/1920 * 98vw);
    /*background: url('../images/heade bg.png') no-repeat scroll center top / cover;*/
	overflow: hidden;
}
#tourPage .header-stickyWrapper {

    height: auto;

}

.video-image.mobile{
     display: none;   
}
@media only screen and (min-width : 768px) and (max-width : 1024px){

	.text-word a{
	
	    font-size: 22px;
	line-height: 2;
	text-decoration: none;
	color: #fff;
	}
}

@media only screen and (max-width: 767px){
    .video-image.desktop{
     display: none;   
    }
    
    .video-image.mobile{
     display: block;   
     width: 100%;
    }
	#tourPage .header-stickyWrapper {
    position: relative;
    height: 100vh;
    max-height: calc(1080/1920 * 3 * 98vw);
    /* background: url(../images/heade bg.png) no-repeat scroll center top / cover; */
    overflow: hidden;
}
	
	.header-stickyWrapper video {
		width: 300%;
		margin-left: -130%;
		/**z-index: -1; **/
	}
	.text-word a{
	
	    font-size: 22px;
	line-height: 2;
	text-decoration: none;
	color: #fff;
	}
	section#header {
		position: absolute;
		left: 50%;
		bottom: 15%;
		transform: translateX(-50%);
	}
	.header-content {
		color: #fff;
		max-width: 100%;
		width:  235px;;
		height: auto;
		margin: 0 auto;
	}
	.header-stickyWrapper {
	position: relative;
    height: 100vh;
	max-height: calc(1080/1920 * 3 * 98vw);
    /*background: url('../images/heade bg.png') no-repeat scroll center top / cover;*/
	overflow: hidden;
}



	
}

/* Header scroll animation */
@keyframes scroll_1 {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-0.6em); }
  50%  { transform: translateY(0); }
  75%  { transform: translateY(0.6em); }
  100% { transform: translateY(0); }
}

.scroll-icon__wheel-outer {
  display: block;
  position: absolute;
  left: 50%;
  top: .6em;
  height: 1em;
  width: .4em;
  margin-left: -.2em;
  border-radius: .4em;
  overflow: hidden;
}

.scroll-icon__wheel-inner {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: #fff;
  animation: scroll_1 2.75s ease-in-out infinite;
}

.scroll-icon {
  display: block;
  margin: 0 auto;
  position: relative;
  height: 65px;
  width: 35px;
  border: 4px solid #fff;
  border-radius: 20px;
  font-size: 15px;
}