h2.hidden + .thumbs {
	padding-top: 25px;
}

.private-sponsors .container.main {
	padding-bottom: 0;
}

.private-sponsors .headlines {
	display: none;
}

.private-sponsors section.gallery {
	background: #eee;
	pointer-events: none;
}

.private-sponsors section.gallery .thumbs .thumb.loaded {
	pointer-events: none;
}

.private-sponsors section.gallery:before {
	opacity: 0.1;
}

.private-sponsors section.gallery h2 {
	color: #222;
	margin-bottom: 24px;
}

.zizou .slider.index .image-container img {
transform: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

.last-matches {
min-height: 150px;
}

@media(max-width: 767px) {
.responsive-table {overflow: auto; margin: 0 -20px;}
.responsive-table table {min-width: 700px; margin: 0 20px;}
}
table p:last-child {margin:0}
.block-table {
	width: 100%;
	border-top: 1px solid #ddd;
}
.block-table tr {
	border-bottom: 1px solid #ddd;
}
.block-table td {
	padding: 6px 8px 6px 0;
}
@media(max-width: 767px) {
	.block-table td {
		display: block;
		padding-top: 3px;
		padding-bottom: 2px;
	}
	.block-table td:first-child {
		padding-top: 8px;
	}
	.block-table td:last-child {
		padding-bottom: 8px;
	}
}