/* Advanced Responsive Video Plugin Styles using Video.js fluid mode */

/* Fullwidth container: forces the video to span the entire viewport width */
.arvp-fullwidth-container {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    padding-top: 0;
}
