.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #007bff;
}

canvas {
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5em 5em;
}