.bg {
	margin: 0;
	padding: 0;
	height: 100vh;
	background-color: black;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-image 0.5s ease-in-out;
}