/* SSS 20240828 add */

.canvas_wrapper {
}
#canvas{
	width: 800px!important;
	height: 400px!important;
	margin: 0 auto!important;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
.canvas_wrapper {
}
#canvas {
	margin-top: -10vw!important;
	width: 100%!important;
	height: 100vw!important;
}
}