  .canvas-container {
	position: relative;
	height: 90vh;
	overflow: hidden;
}
canvas#image-sequence {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-left: auto;
	margin-right: auto;
	min-width: 100vw;
	min-height: 90vh;
	background-color: #003c71;
}
@media screen and (max-width: 799px) {
	.canvas-container {
		height: 50vh;
	}
	canvas#image-sequence {
		min-height: 50vh;
		height: 50vh;
	}
	.banner.drone-sweep .contents {
		min-height: 40vh;
		align-content: center;
	}
}