.apv-video-wrap{
    width:100%;
    margin-bottom:16px;
    border-radius:8px;
    overflow:hidden;
    background:#000;
}
.apv-video-wrap.apv-attached{
    margin-bottom:0;
    border-radius:8px 8px 0 0;
}

.apv-video{
    display:block;
    width:100%;
    height:auto;
}

.apv-embed{
    position:relative;
    width:100%;
    padding-top:56.25%; /* 16:9 */
}
.apv-embed iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
}
