/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
model-viewer{
		width:600px;
		height:600px; 
}
@media screen and (max-width: 767px){
	model-viewer{
		width:100%;
		height:300px; 
	}
}
@media screen and (min-width: 768px) and (max-width: 1100px){
	model-viewer{
		width:450px;
		height:450px; 
	}
}