.vpe_-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden;
    width: 100%;
    height: 0;
    display: inline-block;
}
.vpe_-video-container .vpe_-video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Workaround for themes wrapping our player */
.vpe_-video-container > div {
    padding-bottom: 52% !important;
    padding-top: 0 !important;
    position: static !important;
}

/* Hide Video URL block */
.vpe_-video-url {
    display: none;
}