#video_list
{
    float: left;
    position: relative;
    margin: -3px 0 0 0;
    width: 100%;
}
#video_list .item {
    float: left;
    width: calc(100% - 15px);
    padding: 7px 0 10px 15px;
    font-family: opensansL,Verdana,Geneva,sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background: -webkit-linear-gradient(top, #1a1a1a, #111);
    background: -moz-linear-gradient(top, #1a1a1a, #111);
    background: -ms-linear-gradient(top, #1a1a1a, #111);
    border-top: solid 1px #3a3a3a;
    border-bottom: solid 1px #0a0a0a;
    text-shadow: 0px 1px 0px #000;
    cursor: pointer;
}

#video_list .active {
    float: left;
    width: calc(100% - 15px);
    padding: 8px 0 11px 15px;
    font-family: opensansL,Verdana,Geneva,sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background: -webkit-linear-gradient(top, #3a3a3a, #444);
    background: -moz-linear-gradient(top, #3a3a3a, #444);
    background: -ms-linear-gradient(top, #3a3a3a, #444);
    text-shadow: 0px -1px 0px #000;
    -webkit-box-shadow: inset 0px 1px 7px rgba(0,0,0,0.30);
    box-shadow: inset 0px 1px 7px rgba(0,0,0,0.30);
}

#mdstrm-player
{
    float: left;
    position: relative;
    display: block;
    width: 100%;
}
#mdstrm-player:before
{
    display: block;
    content: "";
}
#mdstrm-player iframe
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
}
#mdstrm-player::before
{
    padding-top: 56.25%;
}
.mdstrm-player
{
    float: left;
    position: relative;
    display: block;
    width: 100%;
}
.mdstrm-player:before
{
    display: block;
    content: "";
}
.mdstrm-player iframe
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
}
.mdstrm-player::before
{
    padding-top: 56.25%;
}