@charset "UTF-8";
body {
	background-color: #d91e63;
}

.container {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	
}

.banner {
	background-color: chocolate;
}

canvas {
	
}

.content {
	
}

@media (min-aspect-ratio: 16/9) {
	.background-video {
		width: 100%;
		height: auto;
	}
}

@media (max-aspect-ratio: 16/9) {
	.background-video {
		width: auto;
		height: 100%;
	}
}