﻿#youtube-channel {
    height: auto;
}

#youtube-channel > h2 {
    margin-bottom: 15px;
}

#youtube-channel > h2 > span:first-of-type {
    display: none;
}

#youtube-channel > h2 > span:last-of-type {
    display: inline;
}

@media only screen and (min-width: 850px) {
    #youtube-channel > h2 > span:first-of-type {
        display: inline;
    }

    #youtube-channel > h2 > span:last-of-type {
        display: none;
    }
}

#youtube-channel > section img.is-mn {
    float: left;
    margin: 0 0 15px 15px;
    max-width: 70px;
}

#youtube-channel > section img.is-youtube {
    float: right;
    margin: 10px 15px 15px 0;
}

@media only screen and (min-width: 660px) {
    #youtube-channel > section img.is-mn {
        max-width: 50px;
    }

    #youtube-channel > section img.is-youtube {
        max-width: 90px;
    }
}

@media only screen and (min-width: 850px) {
    #youtube-channel > section img.is-mn {
        margin-left: 35px;
        max-width: 70px;
    }

    #youtube-channel > section img.is-youtube {
        margin-right: 35px;
        max-width: 119px;
    }
}