.mv-card{
    width: 100%;
    display: flex;
    padding: 8px;
    cursor: pointer;
    margin-bottom: 32px;
}
.mv-thumbnail{
    width: 200px;
    height: 180px;
    background-size: cover;
    background-position: center center;
}
.mv-title{
    width: calc(100% - 180px);
    height: 180px;
    padding-left: 24px;
}
.mv-title h2{
    font-family: "Conv_Ozone";
    color: #353E3F;
    font-size: 30px;
    color: #007AC2;
}
.d-none{
    display: none;
}
.vdo-card{
    text-align: left!important;
    display: flex;
    margin-bottom: 32px;
}
.vdo-thumbnail{
    width: 260px;
    height: 160px;
    background-size: cover;
    background-position: center center;
    background-color: #aaa;
    position: relative;
}
.vdo-title{
    width: calc(100% - 260px);
    height: 180px;
    padding-left: 24px;
}

.text_primary{
    color: #007AC2!important;
}

.vdo-title h4{
    font-family: "Conv_Ozone";
    color: #007AC2;
    font-size: 24px;
}

.vdo-title p{
    font-family: "Conv_Ozone";
    font-size: 20px;
    line-height: 20px;
    color: #333!important;
}

.btnBack{
    height: 36px;
    padding: 0 16px;
    background-color: #666;
    color: #fff;
    border: 0;
    font-family: "Conv_Ozone";
    font-size: 20px;
}
.vdo-thumbnail .icon-play{
    width: 72px;
    height: 72px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}