#videoCanvas{
    width: 100%;
    border: none;
    height: 400px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.videoTitle{
    margin-top: 20px;
    text-align: left;
}
.videoTitle a{
    text-decoration: none;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    vertical-align: top;
    cursor: pointer;
}

.videoTitle a:hover{
    color: #F68428;
}

.videoTitle a i{
    font-size: 25px;
    margin-top: -5px;
    color: #F68428;
}
.videoTitle .active{
    color: #F68428;
}