/* Fix Visual Composer Not displaying videos correctly */
.wpb_video_wrapper > div
{
    position: absolute !important;
    top: 0;
    width: 100% !important;
}