/* Centers the featured image on both pages and single posts for some themes */
.page-header-image {
    text-align: center;
}

/* Another possible class for single posts */
.page-header-image-single {
    text-align: center;
}