body#container-body {
	width: 100%;
	height: 100vh;

	background-image: url("../images/lumivero-wordmark-dark.png");
	background-size: 15rem auto;
	background-position: bottom 2.5rem right 2.5rem;
	background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
	body#container-body {
		background-position: bottom 2.5rem center;
	}
}