.video{
    padding-left: 0;
}

.highlighted-video{
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 20px;
}

.highlighted-video video{
    width: 100%;
}

.highlighted-video img{
    width: 100%;
}

.card{
    border-radius: 0 !important;
}

.card-body{
    padding: 0 !important;
    /*height: 440px;*/
    overflow: hidden;
}

.card-footer{
    background: #e4e4e4;
    color: #000;
    border-radius: 0 !important;
}

.card-footer span{
    font-size: 16px;
}

.video a:hover{
    cursor: pointer;
}

.video-image img{
    width: 100%;
}

.video-base{
    background: #e4e4e4;
    color: #000;
    padding: 10px 20px 4px 20px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 20px;
}

.video-title{
    font-size: 15px;
    margin-bottom: 3px;
    text-align: left !important;
}

.video-date{
    font-style: italic;
}

.video-div{
    margin-bottom: 10px;
    height: 130px;
    overflow: hidden; 
    border-radius: 0px;
}

.video-div:hover{
    cursor: pointer;
}

#lead{
    display: none;
    margin-bottom: 3px;
    margin-top: 10px;
}