@media screen and (max-width: 767px) {
    .branding .branding__image-title {
        display: none;
    }

    .branding .branding__title--custom-image > b {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .thing-type-topic .breadcrumb {
        display: none;
    }

    /* Create space for the social icons */
    .subnav-tools-wrap #subNavigation .bucketwrap {
        margin-right: 92px;
    }
}