.sw19b-sticky-subnav {
    background: #eee;
    position: sticky;
    top: 65px;
    z-index: 10;
    height: 60px;
    transition: all .2s ease-in-out;

    .sw19s-std-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    .title {
        line-height: 21px;
        margin: 0;
        color: #111111;
        font-family: Roboto, sans-serif;
        font-size: 18px;
        font-weight: 700;
    }

    a {
        display: none;
    }

    &.sw19-is-sticky {
        background: #111111;

        h2 {
            color: #eee;
        }

        a {
            display: block;
        }
    }

    @media (max-width: 798px) {
        display: none;
    }
}
