#ancre8 .wrapper {
	width: 77rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}
#ancre8 .wrapper .thumb-wrapper {
	width: 37rem !important;
	height: 37rem !important;
	margin: auto;
}
#ancre8 .wrapper .thumb-wrapper .flipper {
	height: 100%;
	width: 100%;
}
#ancre8 .wrapper .thumb-wrapper .flipper .front,
#ancre8 .wrapper .thumb-wrapper .flipper .back {
	width: 100% !important;
	height: 100% !important;
}
#ancre8 .wrapper .thumb-wrapper .flipper .front img,
#ancre8 .wrapper .thumb-wrapper .flipper .back img {
	width: 100% !important;
	height: 100% !important;
}
#ancre8 .wrapper .empty-thumb {
	width: 37rem !important;
	height: 37rem !important;
	margin-top: 1rem;
}
@media (min-width: 20em) and (max-width: 61.24em) {
	#ancre8 .wrapper {
		display: block !important;
	}
	#ancre8 .wrapper .thumb-wrapper {
		width: 28rem !important;
		height: 28rem !important;
	}
	.equipe.colums .flip-container {
		margin-bottom: 1rem !important;
	}
	#ancre8 .wrapper .empty-thumb {
		width: 28rem !important;
		height: 28rem !important;
	}
}
