Ok, I have those tools and when I look at the CSS for it, it only shows this:
.fluid-width-video-wrapper {
padding: 0;
position: relative;
width: 100%;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}