.s4-cpt-page-header {
position: relative;
background-color: #2c2c2c;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.s4-cpt-single .s4-cpt-page-header {
margin-bottom: max(3vw,30px);
}
.s4-cpt-page-header__overlay {
position: absolute;
inset: 0;
z-index: 0;
}
.s4-cpt-page-header__inner {
position: relative;
z-index: 1;
max-width: 1200px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}
.s4-cpt-page-header__title {
margin: 0;
font-size: 2.5rem;
font-weight: 700;
line-height: 1.2;
color: inherit;
}
.s4-cpt-page-header__term {
margin: 0.25rem 0 0;
font-size: 1.25rem;
font-weight: 400;
opacity: 0.85;
color: inherit;
}
.s4-cpt-page-header__subtitle {
margin: 0.5rem 0 0;
font-size: 1.0625rem;
font-weight: 400;
opacity: 0.8;
color: inherit;
}
.s4-cpt-page-header__breadcrumbs {
margin-bottom: 0.75rem;
font-size: 0.875rem;
opacity: 0.85;
color: inherit;
}
.s4-cpt-page-header__breadcrumbs a {
color: inherit;
opacity: 0.8;
}
@media (max-width: 767px) {
.s4-cpt-page-header__title {
font-size: 1.75rem;
}
.s4-cpt-page-header__term {
font-size: 1rem;
}
}