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