/* Make all notebook output and figures fluid */
.cell_output img,
.cell_output video,
.jupyter-widgets canvas {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}
