#container #content #subtitle {
	height: auto;
	width: 725px;
}
#container #content #subcontent {
	height: auto;
	width: 725px;
}

@media screen and (max-width: 500px) {
#container #content #subtitle {
	height: auto;
	width: 450px;
}
#container #content #subcontent {
	height: auto;
	width:450px;
}
#container #content #subcontent img {
	float: left;
	width: 24%;
}
}