body {
	margin: 0;
	height: 100vh;
	background-image: url('../../images/background.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

#footer {
	-moz-align-self: -moz-flex-end;
	-webkit-align-self: -webkit-flex-end;
	-ms-align-self: -ms-flex-end;
	align-self: flex-end;
	width: 100%;
	padding: 1.5em 0 0 0;
	color: rgba(255, 255, 255, 0.5);
	cursor: default;
	text-align: center;
}

.logo {
	max-width: 676px;
	width: 100%;
	height: auto;
}

.video {
	max-width: 560px;
	width: 90vw;
	aspect-ratio: 1.77;
}

.wishlist {
	max-width: 338px;
	width: 100%;
	height: auto;
}

.container {
	flex: none;
}

#wrapper {
	margin: 32px;
	min-height: 100vh;
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 20px;
	flex-direction: column;
}