#three-canvas-container {
    width: 100%;
    height: 500px; /* Veya istediğin bir yükseklik */
    position: relative;
    overflow: hidden;
    background-color: #000;
}

canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}