.player {
	float:left;
	height: 120px;
	width: 150px;
	margin: 20px 20px;
}
.clear:after{
	clear: both;
	content:"";
	display: table;
}
.player img {
	width: auto;
	height: 100px;
}