article#content h2{
	max-width: 100%;
}

article#content h2 img{
	max-width: 100%;
}

article#content table{
	width: 100% !important;
	max-width: 735px;
}

article#content table tbody, article#content table tbody tr{
	max-width: 100% !important;
	width: 100% !important;
	display: block;
}

article#content table td{
	display: inline-block;
	width: 20%;
	margin: 2%;
}

@media screen and (max-width: 768px){
	article#content table td{
		width: 40%;
		margin: 4%; 
	}
}

article#content table td img{
	max-width: 100% !important;
	height: auto !important;
}

@media screen and (min-width: 1200px){
	.tile{
		min-height: 270px !important;
		vertical-align: top !important;
	}
}