	body{
				border: 0px solid black;
				padding-top: 200px;
			}
			#fixed_display_left{
				width: 50%;
				height: 100%;
				border: 0px solid blue;
				position: fixed;
				left: 0px;
				top: 0%;
				 background: rgb(30,100,223);
				background: linear-gradient(90deg, rgba(30,100,223,1) 0%, rgba(72,155,227,1) 100%);
				 
			}
			/*.scroll_content_wrap_right{
				position: fixed;
				left: 50%;
				padding: 20px;
				border: 0px solid purple;
				top: 0px;
				right: 0px;
				height: 100%;
				
				
	 		}
			*/
			.scroll_content_wrap_right,span{
				color: black;
			}
			
			
			/*.scene_wrap{
				 
				margin-left: 50px;
				margin-right: 50px;
				border: 1px solid blue;
				padding: 30px;
				background: rgb(216,216,217);
				background: linear-gradient(90deg, rgba(216,216,217,1) 0%, rgba(233,236,238,1) 56%);
				z-index: 999;
				color: black;
				max-width: 25%;
			}*/
			
			
			.scene_wrap{
				display: none; 
				position: absolute;
				border: 0px solid blue;
				padding: 30px;
				background: rgb(216,216,217);
				background: linear-gradient(90deg, rgba(216,216,217,1) 0%, rgba(233,236,238,1) 56%);
				right: 10%;
				color: black;
				width: 30%;
				max-width: 30%;
				z-index: 5;
				
			}
			
			
			.scene_marker{
				position: relative;
				border: 0px solid black;
				width: 200px;
				height: 10px;
			}
			.logo_placement{
					position: fixed;
					top: 30px;
					right: 25%;
					margin-right: -90px;
					z-index:999;				
			}
			
			.scene_image_wrap{
				
				width: 80%;
				margin-top: 30%;
				margin-left: 8%;
			}
			#title{
				position: fixed;
				right: 25%;
				margin-top: -100px;		
				z-index:999;	
				margin-left: -25%;
				
			}