/* Homepage Hero Background Image */

.pg_Index .header-row {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('/data/SiteBuilderAssetsOriginals/Live/Images/inclusion/Hero_Image.png');
    background-position: center;
    background-repeat: repeat;
    margin: 0px 0px 0px 0px;
}

.journal-header .journal-header_content .journal-logo_wrap {
    width: 225px;
    height: 75px;
}

.pg_index .widget-IssueInfo .widget-info-wrap .article-issue-img {
    min-height: 215px;
}

.article-issue-img img {
    width: 150px
}

.pg_index .theme-homepage-layout .homepage-panel-image img {
    width: 100%;
}

.master-main .theme-homepage-layout:not([class*=layout-]) [class*=home-row]:not(.header-row):not(.home-columns).widget-dynamic[data-count="2"]:not(.header-row).widget-dynamic .widget-dynamic-inner-wrap>div[class*=home-self-serve-content-feature] {
    width: 100%;
}

@media (max-width: 899px) {
    .master-main .theme-homepage-layout:not([class*=layout-]) [class*=home-row]:not(.header-row):not(.home-columns).widget-dynamic[data-count="2"]:not(.header-row).widget-dynamic .widget-dynamic-inner-wrap>div[class*=home-self-serve-content-feature] {
        height: unset;
    }
}

@media (min-width: 1199px) {
    .master-main .theme-homepage-layout:not([class*=layout-]) [class*=home-row]:not(.header-row):not(.home-columns).widget-dynamic[data-count="2"]:not(.header-row).widget-dynamic .widget-dynamic-inner-wrap>div[class*=home-self-serve-content-feature] {
        width: calc(50% - .75rem);
    }
}