
.wp-block-heading.has-large-font-size em {
    font-weight: normal;
    font-style: normal;
}
.u-logo {
    height: 1.5rem;
    width: auto;
}

.u-logo.--parkside {
    height: 2rem;
}

@media screen and (max-width: 737px) {
    .u-logo {
        height: 1.25rem;
    }
    
    .u-logo.--parkside {
        height: 1.66rem;
    }
}

.u-logo path {
    fill: currentColor;
}

.u-areaCaption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 1rem;
    color: #fff;
    pointer-events: all;
}