body {
	margin:0px;
	font-family: 'Inconsolata', monospace;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.fs-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}

.fs-outer-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.fs-inner-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 50%;
	color: #fff;
}

.fs-button {
	background-color: #fff;
	border-style: none;
	padding: 15px;
	border-radius: 5px;
	color: #000;
	font-family: 'Inconsolata', monospace;
	height: 50px;
}

#chookity:hover {
	background-image: url('../../public/images/assets/mooncake.webp');
	background-size: cover;
	background-position: center;
	height: 70px;
	width: 65px;
	background-color: transparent;
}

#chookity:hover span {
	display: none;
}