@font-face {
  font-family: 'Marker-Felt';
    src:  url('font/Marker-Felt.ttf.woff') format('woff'),
    url('font/Marker-Felt.ttf.svg#Marker-Felt') format('svg'),
    url('font/Marker-Felt.ttf.eot'),
    url('font/Marker-Felt.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'old-newspaper';
    src: url('font/oldnewspapertypes-webfont.woff2') format('woff2'),
         url('font/oldnewspapertypes-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*

@font-face {
    font-family: '28_days';
    src: url('font/28_days_later-webfont.woff2') format('woff2'),
         url('font/28_days_later-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

html, body {
	width: 100%;
	overflow: hidden;
}

body { 
	margin: 0;
	padding: 0;
	background-image: url('img/mnt-bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: helvetica, sans-serif;

	position: relative;

	
}

.innerContent::scrollbar {
  appearance: none;
  width: 20px;

}
.innerContent::scrollbar-thumb {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .4);

  cursor: pointer;

}

::-webkit-scrollbar-track { 

}

::scrollbar-corner {
	
	appearance:none;
}

.preload * {
 -webkit-transition: none !important;
 -moz-transition: none !important;
 -ms-transition: none !important;
 -o-transition: none !important;
 transition: none !important;

}

#contentStorage { 

	display:none;
 }
 

#shadow { 
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	transition: opacity 1s ease-in;

}

.contentLoaded #shadow {
	pointer-events: all;
	opacity: .4;
}

#shadow.extraDark {
	opacity: .93;
}

#shadow.extraDark {
	opacity: .6;
}


#container { 
	position: relative; 

	height: 100vh;
	overflow-x: hidden;
	z-index: 1;

}

.svg-container {
	position: absolute;
	top: 0;
	left: 0;
}

header { margin-top: 30px; 	pointer-events: none;  }

#nameHeader img {
	/*background-image: url('/img/name-header.png');
	background-size: contain;
	background-repeat: no-repeat;*/
	height: auto; /*was 79px*/
	width: 400px;
	width: 28vw;
	margin: 0 auto 0;
	will-change: transform;
	transition: transform 1s ease-out;
	display: block;
	user-select: none;
	-webkit-user-select: none;

}

.contentLoaded #nameHeader img {
	transform: scale(.5) translateY(-50%);
}  

nav { 

	position: absolute;
    left: 10%;

    top: 34%;
/*    top: 28vh;*/
	transition: opacity 1s linear, transform 1s linear -500ms;
		user-select: none;
		-webkit-user-select: none;
    
 }





/*.contentLoaded nav {
	pointer-events: none;	
	left: 15%;
	transition: opacity 1s linear, transform 1s linear 550ms, left 550ms linear;
	transform: translateX(-400%);
}*/
.contentLoaded nav {
	pointer-events: none;	
	transition: opacity 2s ease-out, transform 1s ease-out 100ms;
	transform-origin: right;
	transform: translate(100%, 0%);
	opacity: 0;
	z-index: -1;
}







.contentLoaded nav .nav-item {

}



/*.contentLoaded nav .nav-item.selected#nav1 {
	transform: translateX(0) translateY(-94px) scale(.9);
}
.contentLoaded nav .nav-item.selected#nav2 {
    transform: translateX(0) translateY(-166px) scale(.9);
	
}
.contentLoaded nav .nav-item.selected#nav3 {
    transform: translateX(0) translateY(-228px) scale(.9);
	
}*/


nav .selected { 
	cursor: default;
	
 }

nav .selected:active {

}

nav .hide {
	display:none;
}



.contentLoaded nav.ghostMode {
	transform: translateX(-200%);
	opacity: 0;

}

.contentLoaded nav.fade {
	
}



.contentBox { 
	position: absolute;
	top: 7vmax;

	left: 50%;
	display: flex;
	margin: 21px auto;
	width:75%; 
	/*max-height: 73%; *//* was max-height */

	transform: translateX(180%);
	
	background-color: rgba(0,0,0,.85); /* .9 BEFORE SHADOW DIV ADDED*/
	
	opacity: 1;

	will-change: transform;
	transition: transform 1s ease-out;

	/* border: 18px solid pink;
	border-image: url(img/border.png) 75 round;
	border-image-outset: 1;
	border-image-repeat: stretch;*/
	border: 1px solid black; /*WAS 25*/
	border-image-slice:100;
	border-image-width:15px;
	border-image-outset:14px; /*WAS 15*/
	border-image-repeat:fill;

	border-image-source:url(img/border2.png);


	padding-bottom: 25px;
	/* To hide from dom when not active */

}

.contentLoaded:not(.console, .reviews, .mystery) .contentBox {

	transform: translateX(-50%);
}



.contentBox.moving {


}

#upArrow {
	position: fixed;
	bottom: 20px;
	left: 10vmax;
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	transition:  opacity 400ms ease-out 0ms, transform 100ms ease-out
}

#upArrow.show{
	opacity: .6;
	pointer-events: all;
}

#upArrow img {
	width: 6.3vmax;
}

.nav-item { 
	display: block; 
		width: auto;
		height: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	/*transition: filter 400ms ease-out, top 1s ease-out, opacity 400ms ease-out, width 1s ease-out;
	*/
	transition: transform 1s ease-out, opacity 600ms ease-in-out 0ms;
    filter: drop-shadow(0px 0px 3px rgba(0, 13, 77, 0.5)); 
    padding-bottom: 10px;
    will-change: transform;

    pointer-events: all;
        border: 0;
    outline: none;
  
}
.nav-item img {
	border: 0;
	outline: none;
	width: 30vmax;
	height: auto;
	min-width: 300px;
}


.moving .nav-item, .moving .callout {
	pointer-events: none !important;
}

nav .contentLoaded .nav-item {
	opacity: 0;
	pointer-events: none;
}







.nav-item-wrapper {
	will-change: transform;
	transition: transform 100ms ease-out;
	pointer-events: none;
}

.nav-item-wrapper:hover{

     transform: scale(1.005) translateX(-4px);

     /*-webkit-filter: drop-shadow(0px 0px 3px rgba(178, 250, 150, 1));
     filter: drop-shadow(0px 0px 3px rgba(178, 250, 250, 1));*/
}


.nav-item-wrapper:active {
	transform: scale(1.1) translateX(0px);
}


/*
#nav1 { 
	transform: translate(-23vw, 60%);
}

#nav2 { 
	transform: translate(-23vw, 70%);
}

#nav3 { 
	transform: translate(-23vw, 75%);
}

#nav4 { 
 } 
*/




#backArrow {
	position: absolute;
	display:block;
	top: 0px;
	left: 12vmax;
	width: 6vmax;
	height: 7vmax;
	background-image: url('img/back-arrow.png');
	background-size: contain;
	transition:  opacity 400ms ease-out 500ms, transform 100ms ease-out/*, filter 400ms ease-out*/;
	cursor: pointer;
	pointer-events:none;
	opacity: 0;
	z-index: 1;
	
}

#backArrow:hover, #upArrow:hover{
	opacity: 1;
     transform: scale(1.1);
}

#backArrow:active, #upArrow:active{
     transform: scale(1.3);
}


.contentLoaded #backArrow {
	opacity: 1; 
	pointer-events: all;
}



.innerContent {
	/*margin: 7% 8% 0; */ 
	margin: 2% 8% 0; 
	color: #fff;
	line-height: 200%; 
	font-size: 18px;
	font-size: 1.27vw;
	width: 100%;
    overflow-y: scroll; /*CHANGE BACK TO SCROLL */

} 

.video .innerContent {
	margin-top: 1%; /* THIS IS JUST FOR VIDEO PAGE WHERE TITLE IS PART OF CONTENT */
	overflow-y: hidden;

}

.contentTitle {
    margin: 0 auto;
    display: block;
    padding-bottom: 10px;
    width: 28vmax;
    opacity: 0;
    transform: scale(0);
    transition: transform 1s linear 3s, opacity 1s linear 3s;
}

#reach-content .contentTitle {
	width: 50%;
}

.contentLoaded .contentTitle {
	opacity: 1;
	transform: scale(1);
}

.videos {width: 100%;}
.videoBox { position: relative; width: 48%; float: left; margin:  0 2% 4% 0;}
#video-content .videoBox { }


.videoBox.singleVideo {width: 80%; left: 50%; transform: translateX(-50%); margin: 0 2% 0% 0;}

.videoContainer { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; background-color: #000; }

.videoContainer iframe, .videoContainer object, .videContainer embed, .videoContainer img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.videoContainer img {
	width: auto;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}

#game-content iframe {
	overflow: hidden;
}

.videotitle {
	line-height: normal;
	margin-bottom: 10px;
	font-family: 'Marker-Felt';
	font-size: 25px;
	text-align: center;
	color: #D4E6F7;
}

.videotitle span {
	font-size: 18px;
	min-height: 17px;
	display: block;
}

.singleVideo .videotitle {
	font-size: 28px;
	text-align: center;

}
.singleVideo .videotitle span {
	font-size: 20px;
}

.videoShare a {
	color: #03768b;
	text-decoration: none;
	transition: color 200ms ease-out;	
	cursor: pointer;

}

.videoShare a:hover {
	color: #00c0e3;
}
.videoShare .linkCallout {

	position: absolute;
	display:none;
	top:0;
	right: 0;
	width: 98%;
	height: 25px;
	/*background-color: #00c0e3; BLUE COLOR*/ 
	background-color: #fff;
	border: 4px solid #241970;
	z-index: 99999;
	border-radius: 50px;

}

.videoShare .linkCallout input {
	width: 100%;
	height: 100%;
	padding-left: 5%;
	font-size: 15px;
	color: #01262d;
	
	font-weight: bold;
	border:none;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.videoShare {
    position: absolute;
    bottom: -21px;
    left: 50%;
    font-size: 14px;
    line-height: normal;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

#noahClick {
    position: absolute;
    top: 81%;
    left: 75%;
    width: 23px;
    height: 54px;
    background-color: black;
}

#svgContainer {
	position: absolute; 
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;

}
svg{width:100vw; overflow: hidden; border:1px solid; border: 0; }
svg rect{fill:rgba(0, 255, 255, 0); pointer-events: all} /*USE ONLY FOR SEEING CLICKABLE AREA*/

#otziClick {
	display: none;
}

#otziClick.active { 
	display: block;
	pointer-events: all;

}
.single-line p {
	line-height: normal;
}

.closeX {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}















footer {
    position: relative;
    background-color: rgba(255,255,255, .7);
    width: 100vw; 
    padding: 10px;
    text-align: center;
    opacity: 0;

    transition: opacity 1s ease-out;
    z-index: 1;
    display: none;
}

.contentLoaded footer {
	opacity: 1;
}

.gameContent, #game-content iframe {  
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 100%;
    border: 0;
 
    position: relative;
}

/*.game .innerContent {
	margin: 0;
	height: 100%;
}

.game #contentBox {
	padding: 0;
}
.game iframe {
	width: 100%;
	height: 70vh;
	border: none;
}*/

#console {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-200%);

	width: 65vw;
	height: 100vh;
	transition: transform 1s linear, opacity 1s linear;
	pointer-events: none;
	
}

.contentLoaded.console #console {
	transform: translateX(-50%)  ;

	pointer-events: all;
}


#console .border {
    background-image: url(img/console.png);
    background-size: 100% 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
}

#console .bg {
    background-color: #22324d;
    height: 79%;
    width: 81%;
    position: absolute;
    transform: translate(12%, 13%);
    top: 0;
    z-index: -1;
}

#console .scanlines {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(img/scanline.png);
    background-size: 100% 100%;
    z-index: 1;
    opacity: 0.05;
    transform: scale(0.8);
    pointer-events: none;
}

#game-content {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(.75);
    width: 100%;
    height: 100%;
    z-index: 0;
}

#rotate {
	width: 75%;
	display: none;
	left: 50%;
	transform: translateX(-50%);
	position: fixed;
	bottom: 10px;
	opacity: .8;
}
#rotate img {
	width: 100%;
}

.contentLoaded #rotate {
	display: none;
}

#fullscreen, #mystery {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(100%);
	transition: transform 1s linear;
	height: 100vh;
    width: 100vw;
}

#fullscreen {
	transform: translateX(-50%) translateY(-100%);
}

.contentLoaded.reviews #fullscreen, 
.contentLoaded.mystery #mystery {
	transform: translateX(-50%) translateY(0%);
}


/* REVIEWS */

#reviews-content {
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
}
#mf-wrapper {
	position: relative;
	height: 100%;
	user-select: none;
 -webkit-user-select: none;
 pointer-events: none;

}

.microf-cont {

	width: auto;
	overflow: hidden;
	height: 100%;
	z-index: 3;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;


}

.microf-cont #microf {
	height: 100vh;
}

#microf-screen {

	background-image: url('/img/reviews/microf-screen.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;

	width: 84vmin;
	height: 65%;
	position: absolute;
	top: 5vh;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	opacity: .5;
	pointer-events: none;
	filter: sepia(1);

}

.filter #magGlass::before {
    content: '241199';
    font-family: helvetica, sans-serif;
    color: #777777;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 20%;
}

#microf-anim {

	background-image: url('/img/reviews/micro-anim.webm');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 84vmin;
	height: 65%;
	position: absolute;
	top: 5vh;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;


}

.rev-snaps {
	position: absolute;
	top: 5vh;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
		width: 84vmin;
	height: 60%;
	overflow: hidden;
	background-color: white;
	opacity: 0;
	filter: sepia(.1);
	pointer-events: all;
	cursor: zoom-in;
}

.rev-snaps img {
	width: 84vmin;
	position: absolute;
	top: 1vh;
	transform: translateY(-200%) scale(1);
	opacity: 1;
	transition: transform 150ms ease-out;
	pointer-events: none;

	transform-origin: center center;
	

}

.rev-snaps img.selected {
	opacity: 1;
	transition: transform 50ms ease-out;
	transform: translate(0, 0);
}	

.rev-snaps img.zoom {
	/*transform: translateX(-50%) translateY(0) scale(3);*/
/*	transition: none;*/
}

.rev-snaps.active {
	opacity: 1;
}

#microf-anim video {
	width: 100%;
	height: 95%;
	object-fit: fill;
}

.rev-menu {
	width: 10%;
    position: fixed;
    top: 7%;
    left: 2%;
    z-index: 3;
}

.rev-menu-left {
	left: auto;

	right: 2.05%;
}

.rev-menu div {
	margin-top: 10%;
	margin-bottom: 25%;
	background-color: #d1cfc6;
    border-radius: 30%;
    padding: 21% 4%;
    box-shadow: inset 3px 3px 3px 0 #e9f0b7, inset -3px -3px 3px #7b6c51;
     cursor: pointer;
      pointer-events: all;

}

.rev-menu-left div {
	margin-top: 10%;
	margin-bottom: 14%;
}

.rev-menu img{
	width: 100%;
	 filter: drop-shadow(0px 0px 3px rgba(165,165, 0, 0.5));
	pointer-events: none;
	
	 user-select: none;
	 transform: scale(.9);
	

}

.rev-menu div:hover {
	background-color: rgba(200,200,200,1);

}
.rev-menu div:hover img {
	
	filter: drop-shadow(0px 0px 5px rgba(255,255, 255, 0.5));
}

.rev-menu div:active  {
	box-shadow: inset 3px 3px 3px 0  #7b6c51, inset -3px -3px 3px #e9f0b7;
}
.rev-menu div:active img, .rev-menu div.selected img {
	transform: translate(3%, 3%) scale(.9);;
	
}

.rev-menu div.selected {
	box-shadow: inset 3px 3px 3px 0  #7b6c51, inset -3px -3px 3px #07ff47;
	background-color: rgba(10,203,0,1);
	pointer-events: none;
}

.rev-menu.disabled div, .rev-menu.disabled div img {
	pointer-events: none;
}

.rev-menu img:active {
	filter:  none;
}
#controls {
	position: fixed;
	top: 0;
}
#controls .updown {
	appearance: slider-vertical; 
	height: 30px;
}
#controls .leftright {
	width: 30px;
}

#magGlass {
	position: fixed;
	top: 0;
	left: 0;
	width: 30vw;
	height: 30vw;
	border-radius: 30vw;
	border: 10px black solid;
	opacity: 1;
	z-index: 4;
	pointer-events: none;
	background-repeat: no-repeat;
	/*background-size: 1000px;*/
	transform: scale(0);
	filter: sepia(.1) brightness(1);

	transition: transform 100ms linear;

	  box-shadow: 
	    inset 0 2px 3px rgba(255,255,255,0.3),
	    inset 0 -2px 3px rgba(0,0,0,0.3),
	    0 1px 1px rgba(255,255,255,0.9);

	 background-color: #fff;

}

#magGlass .magScreen {
	position: absolute;
	background-image: url('/img/reviews/microf-screen.png');
	height: 100%;
	width: 100%;
	border-radius: 40vw;

	background-size: fit;
	background-repeat: no-repeat;
	opacity: .6;

}

#magGlass.show {
	transform: scale(1);
}

#switch {

    position: absolute;
    bottom: .8%;
    left: 58.3%;
    z-index: 3;
    pointer-events: all;
   

}

#switch img {
	width: 7vh;
	visibility: hidden;

}

#switch.on img {
	visibility: visible;;
}

#reviews-content.filter .rev-snaps {
	filter: sepia(100) hue-rotate(250deg);
}

#reviews-content.filter #magGlass {
	filter: sepia(100) hue-rotate(250deg);
}



/* END REVIEWS */

#curtain {
	background-image: url('/img/curtain.png');
	height: 100vh;
	width: 100vw;
	background-size: 100vw 100vh;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	z-index: 2;
	transform: translateY(-100%);
	transition: transform 500ms linear;
}

#curtain.active { 
	transform: translateY(0%);
}

#curtain .curtain-message {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 6vmin;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    filter: drop-shadow(2px 4px 6px black);
}

#curtain .curtain-message iframe {
	pointer-events: all;
	width: 100%;
	height: 75vh;
}

#rope {
	position: fixed;
	top: 0;
	left: 3%;
 height: 60vh;
 cursor: pointer;
 z-index: 2;
	transform: translateY(-80%);
	 transition: transform 300ms linear;
	 user-select: none;
    -webkit-user-select: none;

}

#rope img {
	height: 100%;

}

#rope.active {
	transform: translateY(-15%);
}


/*mystery */
#mystery-drawer {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 90%;
	height: 80px; /*was 6*/
	background-image: url('/img/mystery-tab.png');
	background-size: cover;


/*	border-top-left-radius: 10vw;
	border-top-right-radius: 10vw;*/
	cursor: pointer;
	user-select: none;
	-webkit-user-selct: none;
	transform: translateX(-50%);
	transition: transform 500ms ease-out, opacity 300ms linear, filter 100ms linear;
	z-index: 1;
/*	border-top: 1vmin solid white;
	border-left: 1vmin solid white;
	border-right: 1vmin solid white;*/
	opacity: .8;




}

#mystery-drawer:hover {
	opacity: 1;
	

}

.contentLoaded #mystery-drawer {
	transform: translateX(-50%) translateY(100%);
	pointer-events: none;

}

#mystery-drawer * {
	pointer-events: none;

}

#mystery-drawer .drawerContent {
    position: relative;
    width: 93%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

#mystery-drawer .curText {
	font-size: 1.2vw;
	position: absolute;
	top: 58%;
	font-family: 'old-newspaper';
	color: rgba(0,0,0,1);

	text-align: center;

	width: 100%;
}



.mystery.contentLoaded .drawer {
	opacity: 0;
	/*transform: translateY(-100%);*/
}

#light-flash {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255,255,255,.8);
	z-index: 3;
	top:0;
	opacity: 0;
	pointer-events: none;
}

#light-flash.active {
	opacity: .6;
}

/*END MYSTERY*/
/*MEDIA QUERIES*/

@media only screen and (max-width: 1100px) {

}

@media only screen and (orientation:portrait) {
	body {
		overflow: hidden;
		background-position: center;
		height: 100vh;
 		 padding-left: min(0vmin, env(safe-area-inset-left));
        padding-right: min(0vmin, env(safe-area-inset-right));
	}
	#cloudSVG {
		display: none;
	}

	nav { 
		
		top: 180px;
		width: 80%;

		/*max-width: 400px;*/


	}

	#rotate {
		display: block;
		
	}
	#contentBox {
		max-height: none;
		height: auto;
		width: 95%; 
		top: 13vmax;
	
	}
	.innerContent {
		font-size: 4vw;
		overflow-y: scroll;
	}

	HTML nav .nav-item-wrapper .nav-item  {
		transform: translate(0, 0) !important;
		width: 100%;
		height: 100%;
		padding-bottom: 0;
		margin-bottom: 2vh;
	}

	HTML .contentLoaded nav .nav-item-wrapper .nav-item {
		margin-bottom: 0;
	}

	#nameHeader img {
		width: 27vh;

	}

	.contentLoaded #nameHeader img {
		transform: none;
	}


	#upArrow {
		bottom: 1px;
		left: 1px;
		width: 10vmax;
	}

	.contentLoaded nav .nav-item.selected#nav1 {
		transform: translateX(0) translateY(-72px) scale(1) !important;
	}
	.contentLoaded nav .nav-item.selected#nav2 {
	    transform: translateX(0) translateY(-116px) scale(1) !important;
		
	}
	.contentLoaded nav .nav-item.selected#nav3 {
	    transform: translateX(0) translateY(-152px) scale(1) !important;
		
	}

	
	.nav-item img {
		width: 80vw;
		min-width: 0;
	}





	
	#nameHeader {
		background-position: center;
		width: 100%;
		text-shadow : 20px 20px #000;
			user-select: none;
		-webkit-user-select: none;



	}
	#innerContent {
		

		margin-bottom: 15%;
	}

	
	.contentTitle {
		width: 80% !important;
	}
	.contentLoaded #nameHeader {
	
	}  

	#backArrow {
		width: 50px;
		height: 60px;
		top: 15px;
		left: 14px;
	}

	.videoShare .linkCallout { 
		width: 300px;
	}

	#svgContainer { display: none; }

	#console { 
		width: 100%;
		height: 86%;
		margin-top:14%; 
	}
	#game-content iframe {
		height: 84vh;

	}

	.videoBox {
		width: 100%;
		margin: 5% 0 5%  ;
	}

	.videoBox:last-child {
		margin-bottom: 15%;
	}
	#video-content .videoBox { margin-top: -15%;}
	.videoTitle {
		text-align: center;
	}
}




#containter {
	height: 100vh;
}