﻿.video_tile {
    width: 150px;
}

    .video_tile .video_tb {
        background-size: cover;
        background-repeat: no-repeat;
        /*height: 100%;*/
        height: 120px;
        width: 100%;
        margin-right: 10px;
        display: table;
    }

        .video_tile .video_tb .play_button {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-size: 36pt;
            color: white;
            opacity: 0.5;
        }

    .video_tile .video_description {
        text-align: center;
        margin-top: 3px;
    }

        .video_tile .video_description .video_name {
        }

.video_iframe {
}
.jcarousel .carousel-thumbnail {
    width:200px !important;
}