.page-title-full-width-container#page-title-full-width-container {
    color: var(--dxt-color-pagetitletext)
}

.page-title-full-width-container.dxpr-theme-no-margin {
    margin-bottom: 0
}

.page-title-full-width-container::after {
    background-position: center center;
    background-size: cover;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.page-title-full-width-container .page-title-container {
    position: relative
}

#page-title {
    display: table;
    text-align: var(--dxt-setting-page-title-align);
    width: 100%;
    z-index: 1;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.body--dxpr-theme-full-width-content .page-title-full-width-container {
    margin-bottom: 0
}

@media screen and (width >=75rem) {
    .body--dxpr-theme-header-overlay .page-title-full-width-container {
        padding-top: 8.125rem
    }
}

@media screen and (width <=48rem) {
    .html #page-title .page-title {
        font-size: var(--dxt-setting-h1-mobile-font-size);
        height: auto;
        padding-bottom: 3%;
        padding-top: 3%
    }
}