.gamelist_entry {
	display: block;
	/* background-color: #00b0ff; */
	background-color: #fff;
	position: relative;

	margin: 15px;


	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);

	overflow: hidden;

	/*display:inline-block;*/
}

.gamelist_entry img{

	width: 30%;
	float: left;

}
.gamelist_entry div{
	overflow: auto;
}

.gamelist_entry h1{
	font-family: 'Raleway', 'sans-serif';
	font-size: 32pt; 
	background-color: #00b0ff;
	color: #fff;
	margin: 0;
	padding: 15px;
	font-weight:normal;

}
.gamelist_entry a{
	text-decoration: none;
	color: #ffffff;
}
.gamelist_entry a:hover h1{
	color: #CCDDFF
}


.gamelist_entry p{

	font-family: 'Raleway', 'sans-serif';
	font-size: 16pt; 
	color: #444;
	margin: 0;
	padding: 15px;
	font-weight:normal;
	background-color: #ffffff;
}

@media only screen and (max-width: 650px){
	.gamelist_entry img{
		width: 100%;
		max-width: 200px;
		float: none;
		display: block;
		margin: 0 auto;
		border-radius: 20%;
	}
	.gamelist_entry {
		background-color: #00b0ff;
	}
	.gamelist_entry h1{
		text-align: center;
	}
}