.bpmn-container {
    /* use absolute values for height to ensure that the vertical diagram is not fully displayed when the page is opened. */
    /* width is relative to the window size */
    height: 550px;
    /* This ensures that the parts of the diagram outside of the container are not displayed. */
    overflow: hidden;
    background-color: white;
}