#penwick-orbs-container {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

#penwick-orbs-inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1152px; /* Match the phpBB wrap div max-width */
}

#penwick-orbs-canvas {
    width: 100%;
    height: 100%;
    display: block;
}
