﻿





.video_list {
    position: relative;
    text-align: center;

}

    .video_list .video_list_item {
        position: relative;
        float: left;
        max-width: 33.3333%;
        padding: 5px;


    }

    .video_list .video_list_item:nth-child(3n+1)
    {
        clear: both;
    }

#youtobe_video_container
{
    padding: 0 !important;
    font-size: 0px;
}

@media only screen and (max-width: 480px) {

    .video_list .video_list_item {
        max-width: 50%;
    }
    .video_list .video_list_item:nth-child(3n+1)
    {
        clear: none;
    }
    .video_list .video_list_item:nth-child(2n+1)
    {
        clear: both;
    }

}
@media only screen and (max-width: 320px) {

    .video_list .video_list_item
    {
        clear: both;
        max-width: 100%;
    }

}