#model-viewer {
  width: 100%;
  height: 500px;
  /* Điều chỉnh chiều cao theo ý muốn */
  position: relative;
}

/* Style cho canvas Three.js */
#model-viewer canvas {
  width: 100% !important;
  height: 100% !important;
}