/* hystorystyle.css */
	.ta_c h1 {
    margin: 0;
}
	.info-cast img {
		width: 100%;
	}
	.pageTitle {
    font-size: 30px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
	.entry-content-tx {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
}
	.col-md-10.col-lg-8.medium-centered {
    width: 90%;
}
	.ta_c h1 {
    font-size: 30px;
}
@media screen and (max-width: 820px) {
.row-line {
    display: flex;
    justify-content: center;
    align-items: center;
}
	}	