#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: 100%;
}
#container #content #subcontent {
	height: auto;
	width: 100%;
}
}