.livestreaming-notification.hidden, .livestreaming_other, .livestreaming-notification h5{
    display:none;
}
.liveLabel.livestreaming {
    padding: 0 10px 0 10px;
    margin-left: 10px;
    width: 100%;
}

.livestreaming-notification {
    margin-bottom: 20px;
}

.liveLabel.livestreaming span {
    white-space: nowrap;
    text-transform: none;
}


div.livestreaming_other {
    background: #fff;
    max-height: 200px;
    padding: 5px;
    border: 3px solid #b41801;
    overflow: auto;
    border-top: none;
}

div.livestreaming_other article {
    border-bottom: solid 2px;
    border-color: #b41801;
    padding: 5px;
}
div.livestreaming_other article:last-child {
    border-color: #b41801;
    padding: 5px;
    border: none;
}

.liveLabel_other.livestreaming::before {
    content: none;
}



.liveLabel_other.livestreaming img {
    /* border-style: none; */
    width: 25px;
    height: 22px;
    /* bottom: -16px; */
    float: right;
    top: -5px;
    /* right: 0px; */
    position: relative;
}

.liveLabel_other.livestreaming {
    text-align: right;
    color: #B41801;
    order: 2;
    margin-left: auto;
    font-weight: 300;
    font-size: 12px;
}

.ytp-offline-slate-bar {
    position: absolute;
    width: 90%;
    left: 5%;
    height: 89px;
    bottom: 16px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    text-transform: uppercase;
    background: rgba(0,0,0,0.80);
    border-radius: 5px;
    color: #fff;
    -moz-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1);
}

.ytp-offline-slate-icon {
    position: absolute;
    top: 0px;
    left: 3px;
    width: 24px;
}

.ytp-offline-slate-subtitle-text {
    margin-left: 31px;
    margin-top: 4px;
}

.ytp-offline-slate-main-text {
    text-transform: none;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
}

.livestreaming-notification h5 {
    background: #e9e9e9;
    border: solid 3px;
    border-color: #b41801;
    line-height: 15px;
    border-bottom: none;
    display: flex;
}

.teaser__contentWrapper .livestreaming.teaser__description {
    padding: 5px 10px 10px;
}

.livestreaming-notification a:hover {
    text-decoration: none!Important;
}

.livestreaming-notification .embed__container{
    display: none;
    height: 135px;
}

.sidebar-main > div.livestreaming-notification > a.teaser {
    min-height: 224px !important;
}

.sidebar-main > div.livestreaming-notification h2.teaser__title {
    font-weight: 700;
}

.sidebar-main > div.livestreaming-notification .teaser__image > img {
    max-height: calc(100% - 2px);
}

.livestreaming-notification .embed__container{
    text-align: center;
}