body {
	background: #ccc
}
.gamelist {
	width: 480px;
	margin: 0 auto
}
.newicon{    width: 160px;
    height: 160px;
    float: right;}
.glist-item {
	display: flex;
	margin: 25px 0;
	background: #fff;
	padding: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 10px 10px 0px -2px rgba(0,0,0,0.39);
	-webkit-box-shadow: 10px 10px 0px -2px rgba(0,0,0,0.39);
	-moz-box-shadow: 10px 10px 0px -2px rgba(0,0,0,0.39);
}
.glist-item h4 {
	margin: 0;
	padding: 0;
	color: #b93c52;
	margin-bottom: 5px;
}
.glist-item a {
	color: #b93c52;
	text-decoration: none;
	margin-left: 1px;
}
.glist-item a:hover {
	opacity: 0.9
}
.glist-item .gtitle {
	display: block;
	margin: 13px 15px;
}
.glist-item .gthumb img {
	width: 72px;
	height: 72px;
}

@media only screen and (max-device-width: 480px) {
    .gamelist {
	width: 90%;
	margin: 0 auto;
    }
    .glist-item .gtitle{width: 100%;}
.glist-item{
    height: 150px;
    
}
.glist-item .gthumb img {
    width: 149px;
    height: 149px;
    border-radius: 16px;
}

.glist-item h4 {
    font-size: 40px;
}
.glist-item a {
   font-size: 40px;
}
}    