.vrignette {
	margin-left: auto;
	margin-right: auto;
}

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

.controls {
	margin: auto;
	display: grid;
	justify-content: center;
	align-items: center;
	grid-column-gap: 2px;
	grid-row-gap: 2px;
}

.viewpoints {
	margin: auto;
	display: grid;
	justify-content: center;
	align-items: center;
	grid-column-gap: 2px;
	grid-row-gap: 2px;
}

.messageBox {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#clickText {
	font-family: Verdana;
	color: #dd8989;
}

#vr_notice {
	color: #ffff00;
	font-family: Verdana;
	margin-left: auto;
	margin-right: auto;
}

.productText {
	font-family: Verdana;
	color: #dddddd;
}

.buttons {
	font-family: Verdana;
	text-align: center;
	background-color: #222222;
	color: #dddddd;
	border-style: solid;
	border-color: #dddddd;
	border-width: 1px;
}

.highlight {
	text-decoration: underline;
}

.textBox {
	margin: auto;
	width: 80%;
	text-align: center;
}

@media screen and (max-width: 360px){
	
	#vr_scene {
		width: 250px;
		height: 250px;
	}
	
	.controls {
		grid-template-columns: 100px 100px 100px;
		grid-template-rows: 25px 25px;
	}
	
	.viewpoints {
		grid-template-columns: 100px 100px;
		grid-template-rows: 25px 25px;
	}
	
	.messageBox {
		width: 250px;
	}
	
	#clickText {
		font-size: 14px;
	}
	
	#vr_notice {
		font-size: 12px;
	}
	
	.productText {
		font-size: 12px;
	}
	
	.buttons {
		width: 100px;
		height: 25px;
		font-size: 12px;
	}
}

@media screen and (max-width: 450px){
	
	#vr_scene {
		width: 275px;
		height: 275px;
	}
	
	.controls {
		grid-template-columns: 100px 100px 100px;
		grid-template-rows: 25px 25px;
	}
	
	.viewpoints {
		grid-template-columns: 100px 100px;
		grid-template-rows: 25px 25px;
	}
	
	.messageBox {
		width: 300px;
	}
	
	#clickText {
		font-size: 14px;
	}
	
	#vr_notice {
		font-size: 12px;
	}
	
	.productText {
		font-size: 12px;
	}
	
	.buttons {
		width: 100px;
		height: 25px;
		font-size: 12px;
	}
}

@media screen and (max-width: 600px){
	
	#vr_scene {
		width: 300px;
		height: 300px;
	}
	
	.controls {
		grid-template-columns: 100px 100px 100px;
		grid-template-rows: 25px 25px;
	}
	
	.viewpoints {
		grid-template-columns: 100px 100px;
		grid-template-rows: 25px 25px;
	}
	
	.messageBox {
		width: 350px;
	}
	
	#clickText {
		font-size: 14px;
	}
	
	#vr_notice {
		font-size: 12px;
	}
	
	.productText {
		font-size: 12px;
	}
	
	.buttons {
		width: 100px;
		height: 25px;
		font-size: 12px;
	}
}

@media screen and (min-width: 600px) {
	
	#vr_scene {
		width: 450px;
		height: 450px;
	}
	
	.controls {
		grid-template-columns: 100px 100px 100px;
		grid-template-rows: 25px 25px;
	}
	
	.viewpoints {
		grid-template-columns: 100px 100px;
		grid-template-rows: 25px 25px;
	}
	
	.messageBox {
		width: 450px;
	}
	
	#clickText {
		font-size: 14px;
	}
	
	#vr_notice {
		font-size: 12px;
	}
	
	.productText {
		font-size: 12px;
	}
	
	.buttons {
		width: 100px;
		height: 25px;
		font-size: 12px;
	}
}

@media screen and (min-width: 768px){
	
	#vr_scene {
		width: 500px;
		height: 400px;
	}
	
	.controls {
		grid-template-columns: 100px 100px 100px;
		grid-template-rows: 25px 25px;
	}
	
	.viewpoints {
		grid-template-columns: 100px 100px;
		grid-template-rows: 25px 25px;
	}
	
	.messageBox {
		width: 500px;
	}
	
	#clickText {
		font-size: 16px;
	}
	
	#vr_notice {
		font-size: 14px;
	}
	
	.productText {
		font-size: 14px;
	}
	
	.buttons {
		width: 100px;
		height: 25px;
		font-size: 12px;
	}
}

@media screen and (min-width: 1024px){
	
	#vr_scene {
		width: 500px;
		height: 400px;
	}
	
	.controls {
		grid-template-columns: 100px 100px 100px;
		grid-template-rows: 25px 25px;
	}
	
	.viewpoints {
		grid-template-columns: 100px 100px;
		grid-template-rows: 25px 25px;
	}
	
	.messageBox {
		width: 500px;
	}
	
	#clickText {
		font-size: 16px;
	}
	
	#vr_notice {
		font-size: 14px;
	}
	
	.productText {
		font-size: 14px;
	}
	
	.buttons {
		width: 100px;
		height: 25px;
		font-size: 12px;
	}
}

@media screen and (min-width: 1200px){
	
	#vr_scene {
		width: 500px;
		height: 500px;
	}
	
	.controls {
		grid-template-columns: 125px 125px 125px;
		grid-template-rows: 25px 25px;
	}
	
	.viewpoints {
		grid-template-columns: 125px 125px;
		grid-template-rows: 25px 25px;
	}
	
	.messageBox {
		width: 550px;
	}
	
	#clickText {
		font-size: 18px;
	}
	
	#vr_notice {
		font-size: 16px;
	}
	
	.productText {
		font-size: 16px;
	}
	
	.buttons {
		width: 125px;
		height: 25px;
		font-size: 12px;
	}
}

@media screen and (min-width: 1400px){
	
	#vr_scene {
		width: 500px;
		height: 500px;
	}
	
	.controls {
		grid-template-columns: 125px 125px 125px;
		grid-template-rows: 25px 25px;
	}
	
	.viewpoints {
		grid-template-columns: 125px 125px;
		grid-template-rows: 25px 25px;
	}
	
	.messageBox {
		width: 600px;
	}
	
	#clickText {
		font-size: 18px;
	}
	
	#vr_notice {
		font-size: 16px;
	}
	
	.productText {
		font-size: 16px;
	}
	
	.buttons {
		width: 125px;
		height: 25px;
		font-size: 12px;
	}
}