.edvp-player{
    padding:20px;
    border:1px solid #ddd;
    border-radius:12px;
    background:#fff;
}

.edvp-title{
    font-weight:700;
    margin-bottom:15px;
}

.edvp-player video{
    width:100%;
    display:block;
    border-radius:8px;
}