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