img {

	max-width:100% !important;

}

a img {

	width:auto !important;

}

@media only screen and (max-width: 517px) {	

	#game{

		width:100%;	

	}

	#gameIntro{

		width:100%;	

	}

	#cards{

		width:92%;	

	}

}

@media only screen and (max-width:480px) {

	#cards{

		left:6px;	

	}

}