.fixed-body-content:not(#t-Header-branding) {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
    display: block;
}

.t-Header-logo {
  cursor: pointer;
}