@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

.players-wrapper .players-picture {
    width: 98%;
    float: none;
}
	.players-wrapper .players-picture img {
	}
.players-wrapper .players-infos {
	position: relative;
	width: 98%;
	right: 0;
	height: auto;
	padding: 20px;
	margin-top: 10px;
}


}