* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

#tablechamp-widget {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: url('/fileadmin/widget/theos-table-reservation-02.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
}