@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {

/*	PRESENTATION */
.players-desktop-presentation {
	display: none;
}
.players-mobile-presentation {
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: space-around; -webkit-justify-content: space-around;
	position: relative;
	padding: 20px 0;
	min-height: 280px;
}
	.players-wrapper .name {
		width: 95%;
		margin: auto;
		top: auto;
		bottom: auto;
		left: 10px;
		right: auto;
	}
	.players-wrapper .infos {
		width: 95%;
		margin: auto;
		top: auto;
		bottom: auto;
		left: auto;
		right: 10px;
	}



/*	CAROUSEL 	*/
.players-carousel-item .name {
	top: 30%;
	left: 12px;
}

.players-carousel-item .position {
	right: 10px;
}


}
