/**
Canvas stuff
*/

.--dimensions {
    width: 50%;
    height: 1240px;
}

.--border {
    border: 1px solid #333;
}

canvas {
    display: block;
    margin: 0 auto;
}
#canvas {
    background: url(https://dashboard.cfmontreal.com/mls/images/yourjersey/jersey-wallpaper.jpg) no-repeat center center;
    background-size: cover;
} 


@media only screen and (max-width: 992px) {
    
.--dimensions {
    width: 98%;
    height: 1240px;
}
}