.cell3d-container {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    overflow: visible;
    background: transparent;
    z-index: 1;
    box-sizing: border-box;
}

.cell3d-canvas {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    margin: 0;
    padding: 0;
    
    background: transparent;
    box-sizing: border-box;
}

.cell3d-loading, .cell3d-error {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 8px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    z-index: 100;
    text-align: center;
    max-width: 90%;
}

.elementor-widget-cell3d{
	
	width : calc(75% - 72px) !important;
	height : calc(100vh - 135px) ;
	
	
}