#dgbrt-ticket-frame-wrapper {
	position: relative;
	margin: 0px auto;
	width: 70%;
}

div.ticket_tile {
	cursor: pointer;
	min-height: auto;
}

div.presales_countdown_tile {
	min-height: auto;
}

div.ticket-tile-infos {
	display: none;
}

div.ticket-tile-infos-toggle-wrapper {
	display: flex;
	justify-content: flex-end;
	height: 0px;
}

span.ticket-tile-infos-toggle {
	font-weight: bold;
	cursor: pointer;
	font-size: 2.5rem;
}

.presales-countdown-banner {
	min-width: 100%;
	width: 100%;
}

@media (max-width: 1100px) {
	#dgbrt-ticket-frame-wrapper {
		width: 100%;
	}	
}

#info-tile-wrapper {
	overflow: hidden;
	transition: max-height .2s linear;
}

@media (max-width: 992px) {

	.ticket_tile {
		margin-bottom: 20px;
	}

	.ticket_tile_row {
		margin-bottom: -20px;
	}

}

@media (max-width: 767px) {

	.ticket_tile_row {
		margin-bottom: 0px;
	}

	div.ticket-tile-infos,
	div.ticket-tile-infos-intro {
		margin-bottom: 20px;
	}

	div.presales_countdown_tile_row,
	div.presales_countdown_label_row {
		margin-bottom: 2.875%;
	}

}

@media (max-width: 545px) {

	.ticket_tile {
		margin-bottom: 15px;
	}

	div.ticket-tile-infos-intro {
		margin-bottom: 15px;
	}

	div.ticket-tile-infos-intro h3 {
		font-size: 2rem;
	}

}