.ytp-title-text {
    vertical-align: top;
    max-width: 100%;
    padding-top: 12px;
    font-size: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 4px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
}
.ytp-title-channel-logo {
    width: 0;
    height: 0;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin: 5px;
    -webkit-background-origin: content-box;
    background-origin: content-box;
    float: left;
    border-radius: 50%;
}
.ytp-title-expanded-title {
    font-size: 0;
    font-weight: normal;
    margin: 0;
}
.ytp-title-expanded-subtitle {
    font-size: 0;
    font-weight: normal;
    margin: 0;
}