/**
 * The Limits — page styles (/pages/thelimits/).
 */

#limits-stage {
    width: 100%;
    height: 70vh;
    min-height: 320px;
    border-radius: 8px;
    overflow: hidden;
    background: #0a0f0d;
}
#limits-stage canvas {
    display: block;
    max-width: 100%;
}
