.pg_Index .hero-row {
    background-image: url('/data/SiteBuilderAssetsOriginals/Live/Images/books/books-hero-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem 0;
}

.pg_Index .hero-row .hero-row-content {
    background-color: rgba(250,250,250,0.9);
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem 0;
}

.pg_Index .hero-row .homepage-hero-wrap {
    max-width: 750px;
    margin: 0 auto;
}

.pg_Index .hero-row .homepage-hero-wrap h1 {
    font-size: 2rem;
}

.pg_Index .pub-cover img {
    display: block;
    border: 1px solid #dbdbdb;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
}

.pg_Index .pub-cover h4 {
    font-size: 1.125rem;
}

.pg_Index .pub-cover p {
    font-size: 0.875rem;
}