.u-ChannelMeta__heading {
    display: block;
    margin: .5rem 0;
    font-size: 1em;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
}

.ChannelMeta__cover {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 25%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.02);
}

.ChannelMeta__coverImage {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: auto;
}

/**
 *    Toggler
 */

.ChannelMeta__moreContentToggler {
    display: block;
    margin: .6rem 0 -.4rem 1.4rem;/** Minus .4rem because the timeline-page .u-MainPageContent has a 1.4rem margin/padding */
    cursor: pointer;
}

.ChannelMeta__moreContentToggler::after {
    content: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iVGltZUxpbmVDYXJkX19kb3duQXJyb3ciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIj4KICAgIDxwYXRoIGQ9Ik0xNi41NDUgMjAuNDY4Yy0uMTM3LjE1OC0uMzM2LjI0OC0uNTQ1LjI0OC0uMjA5IDAtLjQwOC0uMDktLjU0NS0uMjQ4LTEuMTktMS4zNy00LjAzMy00LjY0NC01LjU1OS02LjQwMi0uMTgtLjIwNy0uMjIyLS41MDEtLjEwOC0uNzUxcy4zNjMtLjQxMS42MzgtLjQxMWgxMS4yMjNjLjI2MSAwIC40OTkuMTUzLjYwNy4zOTEuMTA5LjIzOC4wNjguNTE3LS4xMDMuNzE0LTEuNTEzIDEuNzQzLTQuNDA2IDUuMDc0LTUuNjA4IDYuNDU5eiI+PC9wYXRoPgo8L3N2Zz4=);
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    line-height: 1;
}

.ChannelMeta__cover + .ChannelMeta__moreContentToggler {
    position: absolute;
    display: block;
    margin: -2.6rem 0 auto 1.4em;
    padding: 0 .5em;
    border-radius: 3px;
    background: linear-gradient(0deg, rgba(255,255,255,.7) 20%, rgba(255,255,255,.6) 97%) !important;
}

.ChannelMeta__cover + .ChannelMeta__moreContentToggler:hover,
.ChannelMeta__cover + .ChannelMeta__moreContentToggler:focus {
    background: #fff !important;
}

/**
 *    Content
 */

.ChannelMeta__content {
    display: none;
    padding: 0 1.4rem;
}

.ChannelMeta__cover ~ .ChannelMeta__content {
    margin-top: 1.4em;
}

/**
 *    Is open
 */

.ChannelMeta--isOpen .ChannelMeta__content {
    display: block;
}

.ChannelMeta--isOpen .ChannelMeta__moreContentToggler::after {
    transform: rotate(180deg);
}

@media (min-width: 1200px) {
    .ChannelMeta__cover,
    .ChannelMeta__content {
        width: 300px;
    }

    .ChannelMeta__cover {
        top: 0;
        height: auto;
        padding: 0;
        border-radius: 4px;
    }

    .ChannelMeta__coverImage {
        position: static;
    }

    .ChannelMeta__moreContentToggler,
    .ChannelMeta__cover + .ChannelMeta__moreContentToggler {
        display: none;
    }

    .ChannelMeta__moreContentToggler::after {
        content: none;
    }

    .ChannelMeta__content {
        display: block;
        padding: 0;
    }
}
