/* By default, Canvas limits the width of most pages to 1366px. Let's bump that to 1800px. */
body:not(.full-width):not(.outcomes) #wrapper.ic-Layout-wrapper {
    max-width:1800px;
}

/* By default, Canvas allows the height of a SCORM assignment to run full vertical height, 
   causing visual issues/inconsistencies on Storyline pieces intended to run directly within
   the assignment page (i.e., set to not open in a new tab/window). Here we override the
   height to be inherit based on the 100% width to keep things in proportion.  */
body.assignments iframe.tool_launch {
 height: auto!important;
 min-height: 600px!important;
}