/* Homepage-only overrides (loaded only on index.php) */

/* Move the page header caption to the right side (avoid covering subject). */
#page-header.ph-center .page-header-inner {
	justify-content: flex-end;
}

#page-header.ph-center .ph-caption {
	text-align: right;
}

#page-header.ph-center .ph-caption-description {
	margin-left: auto;
	margin-right: 0;
}

#page-header.ph-center .ph-caption-categories {
	justify-content: flex-end;
}

#page-header.ph-center .ph-mask-inner {
	justify-content: flex-end;
}

