html.pd3 body div#head div#headInner .localLogo {
    background-size: auto 87px;
    width: 50px;
    height: 86px;
    right: 10px;
}

.localLogo::before {
    content: "PROD";
    color: green;
    position: relative;
    top: 10px;
    left: 11px;
}
