#vr_scene {
	margin: auto;
	border: solid;
	border-width: 1px;
	border-color: #dddddd;
}

/* Description */
#desc {
	margin-left: auto;
	margin-right: auto;
}

#descText {
	font-family: Verdana;
	color: #dddddd;
	text-align: center;
}

/* Navigation Guide */
#navGuide {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	justify-content: center;
	align-items: center;
}

.navGuideImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
	max-width: 60%;
}

#navGuideTable {
	border: 1px solid;
	border-collapse: collapse;
	color: #dddddd;
	font-family: Verdana;
	margin-left: auto;
	margin-right: auto;
}

#navGuideTable td {
	border: 1px solid;
	color: #dddddd;
	text-align: center;
}

.tdleft {
	width: 25%;
}
	
.tdright {
	width: 75%;
}

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

	#vr_scene {
		width: 275px;
		height: 275px;
	}
	
	#desc {
		width: 300px;
	}
	
	#descText {
		font-size: 12px;
	}
	
	#navGuideText {
		font-size: 12px;
	}
	
	.navGuideImage {
		width: 275px;
		height: 275px;
	}
	
	#navGuideTable {
		width: 300px;
		font-size: 12px;
	}
}

@media screen and (max-width: 600px){
	
	#vr_scene {
		width: 325px;
		height: 325px;
	}
	
	#desc {
		width: 350px;
	}
	
	#descText {
		font-size: 12px;
	}
	
	#navGuideText {
		font-size: 12px;
	}
	
	.navGuideImage {
		width: 300px;
		height: 300px;
	}
	
	#navGuideTable {
		width: 350px;
		font-size: 12px;
	}
}

@media screen and (min-width: 600px){
	
	#vr_scene {
		width: 325px;
		height: 325px;
	}
	
	#desc {
		width: 450px;
	}
	
	#descText {
		font-size: 12px;
	}
	
	#navGuideText {
		font-size: 12px;
	}
	
	#navGuideImage {
		width: 300px;
		height: 300px;
	}
	
	#navGuideTable {
		width: 450px;
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) {
	
	#vr_scene {
		width: 400px;
		height: 400px;
	}
	
	#desc {
		width: 500px;
	}
	
	#descText {
		font-size: 14px;
	}
	
	#navGuideText {
		font-size: 14px;
	}
	
	#navGuideImage {
		width: 400px;
		height: 400px;
	}
	
	#navGuideTable {
		width: 500px;
		font-size: 14px;
	}
}

@media screen and (min-width: 1024px){	
	#vr_scene {
		width: 500px;
		height: 500px;
	}
	
	#desc {
		width: 550px;
	}
	
	#descText {
		font-size: 16px;
	}
	
	#navGuideImage {
		width: 450px;
		height: 450px;
	}
	
	#navGuideTable {
		width: 500px;
		font-size: 14px;
	}
	
	#navGuideTable td {
		height: 24px;
	}
}

@media screen and (min-width: 1200px){
	
	#vr_scene {
		width: 550px;
		height: 550px;
	}
	
	#desc {
		width: 550px;
	}
	
	#descText {
		font-size: 16px;
	}
	
	#navGuideImage {
		width: 500px;
		height: 500px;
	}
	
	#navGuideTable {
		width: 550px;
		font-size: 14px;
	}
	
	#navGuideTable td {
		height: 24px;
	}
}


@media screen and (min-width: 1400px){
	
	#vr_scene {
		width: 600px;
		height: 600px;
	}
	
	#desc {
		width: 600px;
	}
	
	#descText {
		font-size: 16px;
	}
	
	#navGuideImage {
		width: 550px;
		height: 550px;
	}
	
	#navGuideTable {
		width: 600px;
		font-size: 14px;
	}
	
	#navGuideTable td {
		height: 24px;
	}
}
