#cookie-consent {
	display: none;
	position: fixed;
	background-color: inherit;
	border: solid #ccc3b8 2px;
	border-radius: 5px;
	bottom: 0;
	right: 0;
	padding: 10px;
	text-align: center;
}

h4 {
	font-style: italic;
	text-align: center;
	margin-top: 1rem;
}

.img-fluid {
	max-height: calc(100vh - 56px);
	display: block;
	margin: 0px auto;
}

.tickets-imgbox > img {
	width: calc(50% - .25rem);
}