@media only screen and (max-width: 768px) {


    #videos {
        height: auto
    }

    #videos .centerYouTube {
        padding: 0;
        width: 100%;
    }

    #videos .player {
        width: 100%;
        height: auto;
        margin: 0;
        float: none
    }

    #videos .player p {
        margin: 60px 0 0 25px;
        padding: 5px 0 30px 63px;
        height: auto;
        font-size: 14px;
	color: #FFF;
    }

    #videos .player p strong {
        font-size: 20px
    }

    #videos .player #player-container {
        margin: 0;
        width: 100%;
        height: 210px
    }

    #videos .list-videos {
        float: none;
        margin: 10px 15px;
        width: auto;
        height: 50px;
        overflow: auto
    }

    #videos .list-videos #channel_div {
        width: 840px
    }

    #videos .list-videos .item {
        width: 100px;
        height: 50px;
        margin: 0 5px 0 0
    }
}

