.VideoShowControl {
        width: 100%;
        /* margin-bottom: 10px; */
        border: 1px solid #bcd8eb;
        border-bottom: none;
        padding-bottom: 10px;
}
.VideoShowControl .VideoWrap {
        padding: 0 15px;
}
.VideoShowControl .VideoWrap .Video {
        height: 210px;
        width: 100%;
}
.VideoShowControl .SubContainer {
        display: block;
        list-style: outside none none;
        margin: 0;
        padding: 5px;
        text-align: right;
}
.VideoShowControl .SubContainer .Number {
        display: inline-block;
        margin: 0;
        padding: 0;
}
.VideoShowControl .SubContainer .Number .VideoInfo {
        color: #222222;
        display: inline-block;
        font: bold 10pt arial;
        padding: 5px 0 0;
}
.VideoShowControl .VideoHeader {
        margin-bottom: 10px;
}
.VideoShowControl .VideoHeader span {
        color: #004370;
        font-size: 14px;
        font-weight: 600;
        /* height: 30px; */
        padding: 0 0 0 8px;
        text-transform: uppercase;
        line-height: 38px;
}
.VideoShowControl .BottomTitle {
        background: #fff none repeat scroll 0 0;
        /* border-bottom: 1px dashed #e0e0e0; */
        /* border-left: 1px solid #e0e0e0; */
        /* border-right: 1px solid #e0e0e0; */
        /* font: bold 13px arial; */
}
.VideoShowControl .BottomTitle > span {
        display: inline-block;
        padding: 0 15px;
        color: #282828;
        display: block;
        /* font: bold 9pt arial; */
        /* margin: 5px 0; */
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.4;
}
@media only screen and (max-width: 768px){
        div.VideoShowControl{
                max-width: calc(100% - 20px);
                margin: auto;
        }
}
