component-videos-list-card-aa a, component-videos-list-card-aa a:active, component-videos-list-card-aa a:hover, component-videos-list-card-aa a:focus, component-videos-list-card-aa a:visited {
    text-decoration: none !important;
    outline: none !important;
}
component-videos-list-card-aa .padding-zero {
    padding: 0px;
}
component-videos-list-card-aa .text-center {
    text-align: center;
}
component-videos-list-card-aa .block-video-list {
    width: 100%;
    height: 360px;
    background-color: white;
    margin-bottom: 30px;
    outline: none;
}
component-videos-list-card-aa .block-video-list .video-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 270px;
    transition: all 0.3s;
    opacity: 0.7;
}
component-videos-list-card-aa .block-video-list:hover .video-cover {
    height: 250px;
    opacity: 1;
}
component-videos-list-card-aa .block-video-list .video-description {
    width: 100%;
    height: 90px;
    background-color: #111;
    transition: all 0.3s;
    cursor: pointer;
}
component-videos-list-card-aa .block-video-list:hover .video-description {
    height: 110px;
    /*background-color: white;*/
}
component-videos-list-card-aa .block-video-list .video-description .left {
    float: left;
    height: 100%;
    padding: 10px 0px 10px 20px;
    line-height: 1.9;
    transition: all 0.3s;
}
component-videos-list-card-aa .block-video-list .video-description .left .sub-info {
    color: white;
    font-size: 11px;
    letter-spacing: 2px;
    font-family: monospace;
}
component-videos-list-card-aa .block-video-list .video-description .left .main-info {
    color: white;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    word-wrap: normal;
    white-space: normal;
}

component-videos-list-card-aa .block-video-list .video-description .right {
    float: right;
    width: 60px;
    height: 100%;
    opacity: 0;
    line-height: 90px;
    transition: all 0.3s;
}
component-videos-list-card-aa .block-video-list:hover .video-description .right {
    height: 110px;
    opacity: 1;
    line-height: 110px;
}
component-videos-list-card-aa .block-video-list:hover .video-description .right img {
    line-height: 110px;
}
component-videos-list-card-aa .block-video-list .video-description .right img {
    line-height: 90px;
    margin: 0px 10px;
}
component-videos-list-card-aa .block-video-list:hover .video-description .right img.darkImg {
    display: none;
}