﻿#video_panel {
    text-align: center;
}

#video_preview_list {
    height: 440px;
    overflow-y: overlay;
}

.video_preview {
    cursor: pointer;
}

.video_title {
    width: 120px;
    background: #2b2b2b;
    color: #ffffff;
    text-align: center;
}


@media only screen and (max-width: 650px) {

    iframe {
        width:90%;
        max-width: 400px;
        height:200px;
    }
    #video_panel {
        margin-top:-50px;
    }
    #video_player {
        display: block !important;
    }
    #video_preview_list {
        height: 200px;
        margin-left: 10px;
        height: 200px;
    }

    .video_preview {
        float:left;
        margin:1px;
    }

    .video_title {
        height: 60px;
    }

}